interrupts, timer, keyboard, segments, lots of kernel code
[bootcensus] / src / desc.h
1 #ifndef DESC_H_
2 #define DESC_H_
3
4 #include <inttypes.h>
5
6 typedef struct {
7         uint16_t d[4];
8 } desc_t;
9
10 #endif  /* DESC_H_ */