Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / hmt.c
CommitLineData
fc1ad971
C
1int sa1100_mtd_init(void)
2{
3#ifdef CONFIG_SA1100_FRODO
4 if (machine_is_frodo()) {
5 }
6#ifdef CONFIG_SA1100_GRAPHICSCLIENT
7 if (machine_is_graphicsclient()) {
8 }
9#endif
10}