www.pudn.com > jtag_src.rar > types.h
/* * types.h: type definition * * Copyright (C) 2004, OPEN-JTAG, All rights reserved. */ #ifndef XJTAG_TYPES_H #define XJTAG_TYPES_H #ifndef u32 typedef unsigned long u32; #endif #ifndef u16 typedef unsigned short int u16; #endif #ifndef u8 typedef unsigned char u8; #endif #endif /* end of types.h */