added base src
[xv6-db.git] / types.h
blobe4adf644aec661d66d643eab65d5dd4f55dd603f
1 typedef unsigned int uint;
2 typedef unsigned short ushort;
3 typedef unsigned char uchar;
4 typedef uint pde_t;