omap2530/lpm/lpm_driver.h

Go to the documentation of this file.
00001 /* 
00002  *  Copyright 2011 by Texas Instruments Incorporated.
00003  *
00004  *  This program is free software: you can redistribute it and/or modify
00005  *  it under the terms of the GNU General Public License as published by
00006  *  the Free Software Foundation; version 2 of the License.
00007  *
00008  *  This program is distributed in the hope that it will be useful,
00009  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00010  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00011  *  GNU General Public License for more details.
00012  *
00013  *  You should have received a copy of the GNU General Public License
00014  *  along with this program.  If not, see <http://www.gnu.org/licenses/>
00015  * 
00016  */
00017 
00018 /*
00019  *  ======== lpm_driver.h ========
00020  *
00021  */
00022 
00023 
00038 typedef void (*LPM_ExtPwrFxn)(void *arg);
00039 
00040 
00053 extern int lpm_regExtOffFxn(char *device, LPM_ExtPwrFxn fxn, void *arg);
00054 
00055 
00068 extern int lpm_regExtOnFxn(char *device, LPM_ExtPwrFxn fxn, void *arg);
00069 /*
00070  *  @(#) ti.bios.power; 1, 1, 1,1; 12-9-2011 14:12:58; /db/atree/library/trees/power/power-g11x/src/ xlibrary
00071 
00072  */
00073 
 All Files Functions Typedefs

Copyright 2011, Texas Instruments Incorporated