diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 17:40:40 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 17:40:40 -0800 |
| commit | 7a2deb32924142696b8174cdf9b38cd72a11fc96 (patch) | |
| tree | 8ecc18f81fdb849254f39dc2e9fd77253319e1ec /include/linux/ppp.h | |
Import changeset
Diffstat (limited to 'include/linux/ppp.h')
| -rw-r--r-- | include/linux/ppp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/ppp.h b/include/linux/ppp.h new file mode 100644 index 000000000000..233f961ecf47 --- /dev/null +++ b/include/linux/ppp.h @@ -0,0 +1,4 @@ +/* + * Back compatibility for a while. + */ +#include <linux/if_ppp.h> |
