14 lines
259 B
C
14 lines
259 B
C
#ifndef IPX_UTILS_IPX_COMPAT_H
|
|
#define IPX_UTILS_IPX_COMPAT_H
|
|
|
|
/*
|
|
* Compatibility definitions for standalone builds without ncpfs'
|
|
* private kernel header copies.
|
|
*/
|
|
|
|
#ifndef IPXPROTO_IPX
|
|
# define IPXPROTO_IPX 0
|
|
#endif
|
|
|
|
#endif /* IPX_UTILS_IPX_COMPAT_H */
|