RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-mx3 / pcm037.h
blobd6929721a5fd620e40f75b570fca567d4aa9d967
1 #ifndef __PCM037_H__
2 #define __PCM037_H__
4 enum pcm037_board_variant {
5 PCM037_PCM970,
6 PCM037_EET,
7 };
9 extern enum pcm037_board_variant pcm037_variant(void);
11 #endif