diff options
Diffstat (limited to 'include/linux/tifm.h')
-rw-r--r-- | include/linux/tifm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tifm.h b/include/linux/tifm.h index 82da028d8c07..c8449fcea0c7 100644 --- a/include/linux/tifm.h +++ b/include/linux/tifm.h | |||
@@ -67,6 +67,7 @@ enum { | |||
67 | #define TIFM_SOCK_STATE_POWERED 0x00000080 | 67 | #define TIFM_SOCK_STATE_POWERED 0x00000080 |
68 | 68 | ||
69 | #define TIFM_FIFO_ENABLE 0x00000001 /* Meaning of this constant is unverified */ | 69 | #define TIFM_FIFO_ENABLE 0x00000001 /* Meaning of this constant is unverified */ |
70 | #define TIFM_FIFO_READY 0x00000001 /* Meaning of this constant is unverified */ | ||
70 | #define TIFM_FIFO_INT_SETALL 0x0000ffff | 71 | #define TIFM_FIFO_INT_SETALL 0x0000ffff |
71 | #define TIFM_FIFO_INTMASK 0x00000005 /* Meaning of this constant is unverified */ | 72 | #define TIFM_FIFO_INTMASK 0x00000005 /* Meaning of this constant is unverified */ |
72 | 73 | ||