summaryrefslogtreecommitdiffstats
path: root/libc/kernel/uapi/linux/toshiba.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/kernel/uapi/linux/toshiba.h')
-rw-r--r--libc/kernel/uapi/linux/toshiba.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libc/kernel/uapi/linux/toshiba.h b/libc/kernel/uapi/linux/toshiba.h
index 09b20b5..04e8ee5 100644
--- a/libc/kernel/uapi/linux/toshiba.h
+++ b/libc/kernel/uapi/linux/toshiba.h
@@ -23,13 +23,13 @@
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
#define TOSH_SMM _IOWR('t', 0x90, int)
typedef struct {
- unsigned int eax;
- unsigned int ebx __attribute__ ((packed));
+ unsigned int eax;
+ unsigned int ebx __attribute__((packed));
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
- unsigned int ecx __attribute__ ((packed));
- unsigned int edx __attribute__ ((packed));
- unsigned int esi __attribute__ ((packed));
- unsigned int edi __attribute__ ((packed));
+ unsigned int ecx __attribute__((packed));
+ unsigned int edx __attribute__((packed));
+ unsigned int esi __attribute__((packed));
+ unsigned int edi __attribute__((packed));
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
} SMMRegisters;
#endif