ppp_defs.h 172 B

12345678910
  1. #ifndef _NET_PPP_DEFS_H
  2. #define _NET_PPP_DEFS_H 1
  3. #define __need_time_t
  4. #include <time.h>
  5. #include <asm/types.h>
  6. #include <linux/ppp_defs.h>
  7. #endif /* net/ppp_defs.h */