ARM: add support for the EET board, based on the i.MX31 pcm037 module
[linux-2.6/mini2440.git] / 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