diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-06-22 21:09:10 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-06-22 21:09:10 +0000 |
| commit | 96563a5b55d43da33056553c00f1616b0ee24f35 (patch) | |
| tree | 5c76666ea368bbd18b8588593147593c9b411844 /sys | |
| parent | 986ecdf31636dd59577a563c689fabacd24483aa (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/timepps.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/timepps.h b/sys/sys/timepps.h index 8d98804874c0..cc0e9ff21b5a 100644 --- a/sys/sys/timepps.h +++ b/sys/sys/timepps.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: timepps.h,v 1.2 1998/06/12 23:15:40 phk Exp $ + * $Id: timepps.h,v 1.3 1998/06/13 09:30:24 phk Exp $ * * The is a FreeBSD protype version of the "draft-mogul-pps-api-02.txt" * specification for Pulse Per Second timing interfaces. @@ -61,7 +61,7 @@ typedef struct { #define PPS_CAPTUREASSERT 0x01 -#define PPS_CAPTURECLEAR 0x01 +#define PPS_CAPTURECLEAR 0x02 #define PPS_CAPTUREBOTH 0x03 #define PPS_OFFSETASSERT 0x10 |
