Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
msp.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) ST-Ericsson SA 2010
3  *
4  * Author: Rabin Vincent <[email protected]> for ST-Ericsson
5  * License terms: GNU General Public License (GPL), version 2.
6  */
7 
8 #ifndef __MSP_H
9 #define __MSP_H
10 
11 #include <plat/ste_dma40.h>
12 
13 enum msp_i2s_id {
14  MSP_I2S_0 = 0,
18 };
19 
20 /* Platform data structure for a MSP I2S-device */
22  enum msp_i2s_id id;
25 };
26 
27 #endif