]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ntfs/types.h
Merge branch 'for-linville' of git://github.com/kvalo/ath
[karo-tx-linux.git] / fs / ntfs / types.h
index 6e4a7e3343f22d268c80dccbf2a2ee9d3857f852..8c8053b66984222fd3c4c744cc63c81e40124b7f 100644 (file)
@@ -61,11 +61,6 @@ typedef sle64 leLSN;
 typedef s64 USN;
 typedef sle64 leUSN;
 
-typedef enum {
-       FALSE = 0,
-       TRUE = 1
-} BOOL;
-
 typedef enum {
        CASE_SENSITIVE = 0,
        IGNORE_CASE = 1,