13 lines
203 B
C
13 lines
203 B
C
|
/*
|
||
|
* Copyright (C) ST-Ericsson SA 2010
|
||
|
*
|
||
|
* License terms: GNU General Public License (GPL) version 2
|
||
|
*/
|
||
|
|
||
|
#ifndef __BOARD_MOP500_H
|
||
|
#define __BOARD_MOP500_H
|
||
|
|
||
|
extern void mop500_sdi_init(void);
|
||
|
|
||
|
#endif
|