repo.or.cz
/
barebox-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add basic support for mini2440 board to barebox.
[barebox-mini2440.git]
/
include
/
types.h
blob
0bfe3b9a0b7edc4d9a6aa9000921bd3a99810dd2
1
#ifndef __TYPES_H
2
#define __TYPES_H
3
4
#include <linux/types.h>
5
6
typedef volatile
unsigned long
vu_long
;
7
typedef volatile
unsigned short
vu_short
;
8
typedef volatile
unsigned char
vu_char
;
9
10
#endif
/* __TYPES_H */