projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6]
/
arch
/
arm
/
mach-mx3
/
pcm037.h
1
#ifndef __PCM037_H__
2
#define __PCM037_H__
3
4
enum pcm037_board_variant {
5
PCM037_PCM970,
6
PCM037_EET,
7
};
8
9
extern enum pcm037_board_variant pcm037_variant(void);
10
11
#endif