Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file contains the definitions for the TC6387XB
0003  *
0004  * (C) Copyright 2005 Ian Molton <spyro@f2s.com>
0005  *
0006  * May be copied or modified under the terms of the GNU General Public
0007  * License.  See linux/COPYING for more information.
0008  *
0009  */
0010 #ifndef MFD_TC6387XB_H
0011 #define MFD_TC6387XB_H
0012 
0013 struct tc6387xb_platform_data {
0014     int (*enable)(struct platform_device *dev);
0015     int (*suspend)(struct platform_device *dev);
0016     int (*resume)(struct platform_device *dev);
0017 };
0018 
0019 #endif