common: Move type declarations to linux/types.h
This file already has lots of type declarations so it seems better to put all of them there. Move them. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -163,4 +163,8 @@ struct ustat {
|
||||
#define DECLARE_BITMAP(name, bits) \
|
||||
unsigned long name[BITS_TO_LONGS(bits)]
|
||||
|
||||
typedef volatile unsigned long vu_long;
|
||||
typedef volatile unsigned short vu_short;
|
||||
typedef volatile unsigned char vu_char;
|
||||
|
||||
#endif /* _LINUX_TYPES_H */
|
||||
|
Reference in New Issue
Block a user