diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-08-25 15:40:29 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-08-25 15:40:29 -0700 |
commit | e8a2eb47e6ca03d4a4f98f0beef73720c5dddc0c (patch) | |
tree | 31c4d7718111abddfaaa8d3fb14ab4a7e2554cd9 /arch/arm/mach-mx3/pcm037.h | |
parent | 8b5a10fc6fd02289ea03480f93382b1a99006142 (diff) | |
parent | c62e43202e7cf50ca24bce58b255df7bf5de69d0 (diff) | |
download | kernel_samsung_espresso10-e8a2eb47e6ca03d4a4f98f0beef73720c5dddc0c.zip kernel_samsung_espresso10-e8a2eb47e6ca03d4a4f98f0beef73720c5dddc0c.tar.gz kernel_samsung_espresso10-e8a2eb47e6ca03d4a4f98f0beef73720c5dddc0c.tar.bz2 |
Merge commit 'origin/x86/urgent' into x86/asm
Diffstat (limited to 'arch/arm/mach-mx3/pcm037.h')
-rw-r--r-- | arch/arm/mach-mx3/pcm037.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/pcm037.h b/arch/arm/mach-mx3/pcm037.h new file mode 100644 index 0000000..d692972 --- /dev/null +++ b/arch/arm/mach-mx3/pcm037.h @@ -0,0 +1,11 @@ +#ifndef __PCM037_H__ +#define __PCM037_H__ + +enum pcm037_board_variant { + PCM037_PCM970, + PCM037_EET, +}; + +extern enum pcm037_board_variant pcm037_variant(void); + +#endif |