X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=devextras.h;h=baadeffa049094a717ba635d996918db7d091e5f;hp=ce30c820d938818ccce765fbe7cfe517dabc84cc;hb=cf6888f05f691aa1a357e7e94f9bf7b98174bbc3;hpb=1d65367807dc6c75458c2926b17727ae0765a856 diff --git a/devextras.h b/devextras.h index ce30c82..baadeff 100644 --- a/devextras.h +++ b/devextras.h @@ -29,9 +29,9 @@ #if !(defined __KERNEL__) /* Definition of types */ -typedef unsigned char __u8; -typedef unsigned short __u16; -typedef unsigned __u32; +typedef unsigned char u8; +typedef unsigned short u16; +typedef unsigned u32; #endif