12 lines
160 B
C
12 lines
160 B
C
#ifndef _KERNEL_IPX_H
|
|
#define _KERNEL_IPX_H
|
|
|
|
#include "glibstub.h"
|
|
#ifdef HAVE_NETIPX_IPX_H
|
|
#include <netipx/ipx.h>
|
|
#else
|
|
#include <linux/ipx.h>
|
|
#endif
|
|
|
|
#endif
|