]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - include/common.h
common: Move type declarations to linux/types.h
[thirdparty/u-boot.git] / include / common.h
index 691dc173c08193cf86856ba2399706ef316fe817..4ee14f78d0ab5a3dc4aaf59411ee3432301f8aff 100644 (file)
 
 #ifndef __ASSEMBLY__           /* put C only stuff in this section */
 
-typedef volatile unsigned long vu_long;
-typedef volatile unsigned short vu_short;
-typedef volatile unsigned char vu_char;
-
 #include <config.h>
 #include <errno.h>
 #include <time.h>