2025-04-27 07:49:33 -04:00

17 lines
309 B
C

#if !defined( INCLUDED_IPXEXT_H )
#define INCLUDED_IPXEXT_H
extern MEMBER_TABLE IpxDeviceMembers[];
VOID
DumpIpxDevice
(
ULONG DeviceToDump,
VERBOSITY Verbosity
);
#define IPX_MAJOR_STRUCTURES \
{ "IpxDevice", IpxDeviceMembers, DumpIpxDevice }
#endif