mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 20:59:48 +08:00
12 lines
138 B
C
12 lines
138 B
C
|
|
#ifndef _PPP_H_
|
|
#define _PPP_H_
|
|
|
|
#define NPPP 1
|
|
#define NBPFILTER 0
|
|
#undef VJC
|
|
#undef PPP_FILTER
|
|
#undef PPP_COMPRESS
|
|
|
|
#endif
|