summaryrefslogtreecommitdiff
path: root/linux/dev/include
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2006-11-05 21:45:57 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:51 +0200
commit3b5f6587167d4a14ae00f3dde4911224bd6b7660 (patch)
treeccc312283bae29040a2818cbf3a2b3bc92e10b85 /linux/dev/include
parent8e97e316dd85f86cfc194f4d79bda02e25090ea5 (diff)
ChangeLog fixups.
Diffstat (limited to 'linux/dev/include')
-rw-r--r--linux/dev/include/linux/head.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/linux/dev/include/linux/head.h b/linux/dev/include/linux/head.h
deleted file mode 100644
index c501f21..0000000
--- a/linux/dev/include/linux/head.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef _LINUX_HEAD_H
-#define _LINUX_HEAD_H
-
-typedef struct desc_struct {
- unsigned long a,b;
-} desc_table[256];
-
-/* XXX Linux code shouldn't use idt/gdt directly */
-/* extern desc_table idt,gdt; */
-
-#define GDT_NUL 0
-#define GDT_CODE 1
-#define GDT_DATA 2
-#define GDT_TMP 3
-
-#define LDT_NUL 0
-#define LDT_CODE 1
-#define LDT_DATA 2
-
-#endif