File nut/boot/appload/types.h

Included in: nut/boot/appload/arp.h
  nut/boot/appload/config.h
  nut/boot/appload/dhcp.h
  nut/boot/appload/ether.h
  nut/boot/appload/ip.h

Preprocessor definitions

#define _TYPES_H_

Typedef u_char

typedef unsigned char u_char

Typedef u_short

typedef unsigned short u_short

Typedef u_int

typedef unsigned int u_int

Typedef u_long

typedef unsigned long u_long

Typedef u_longlong

typedef unsigned long long u_longlong

Typedef HANDLE

typedef void* HANDLE