Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
include
generic-glibc
net
ppp_defs.h
pretty
plain
permalink
blame
history
•
8 lines
•
161 B
1
#ifndef _NET_PPP_DEFS_H
2
#define _NET_PPP_DEFS_H 1
3
4
#include <bits/types/time_t.h>
5
#include <asm/types.h>
6
#include <linux/ppp_defs.h>
7
8
#endif /* net/ppp_defs.h */