]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/udf/ecma_167.h
fat: document additional vfat mount options
[linux-2.6-omap-h63xx.git] / fs / udf / ecma_167.h
index 56387711589b0aaf2ad30ad5a9150480e6e1f522..a0974df82b318b27d2be5e772eb5cf276f6658e1 100644 (file)
@@ -70,19 +70,6 @@ typedef struct {
        uint8_t         microseconds;
 } __attribute__ ((packed)) timestamp;
 
-typedef struct {
-       uint16_t        typeAndTimezone;
-       int16_t         year;
-       uint8_t         month;
-       uint8_t         day;
-       uint8_t         hour;
-       uint8_t         minute;
-       uint8_t         second;
-       uint8_t         centiseconds;
-       uint8_t         hundredsOfMicroseconds;
-       uint8_t         microseconds;
-} __attribute__ ((packed)) kernel_timestamp;
-
 /* Type and Time Zone (ECMA 167r3 1/7.3.1) */
 #define TIMESTAMP_TYPE_MASK            0xF000
 #define TIMESTAMP_TYPE_CUT             0x0000