Newer
Older
barebox / include / types.h
@Sascha Hauer Sascha Hauer on 6 Apr 2009 209 bytes add __[lb]e types
#ifndef __TYPES_H
#define __TYPES_H

#include <linux/types.h>

typedef volatile unsigned long	vu_long;
typedef volatile unsigned short vu_short;
typedef volatile unsigned char	vu_char;

#endif /* __TYPES_H */