repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
KVM: fix cleanup_srcu_struct on vm destruction
[linux-2.6.git]
/
arch
/
arm
/
mach-mx3
/
pcm037.h
blob
d6929721a5fd620e40f75b570fca567d4aa9d967
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