ACPI: thinkpad-acpi: some checkpatch.pl fluff
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-x86_64 / mmsegment.h
blobd3f80c996330e76bde7bc4d2e79e57df6d40c752
1 #ifndef _ASM_MMSEGMENT_H
2 #define _ASM_MMSEGMENT_H 1
4 typedef struct {
5 unsigned long seg;
6 } mm_segment_t;
8 #endif