pte_types.h 132 B

12345678
  1. #ifndef PTE_TYPES_H
  2. #define PTE_TYPES_H
  3. #include <errno.h>
  4. #include <sys/types.h>
  5. #include <sys/timeb.h>
  6. #endif /* PTE_TYPES_H */