15 lines
372 B
C
15 lines
372 B
C
|
#ifndef _PM_OF_H
|
||
|
#define _PM_OF_H
|
||
|
|
||
|
/*
|
||
|
* Copyright (c) 2011-2015 yanggq.young@allwinnertech.com
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or modify it
|
||
|
* under the terms of the GNU General Public License version 2 as published by
|
||
|
* the Free Software Foundation.
|
||
|
*/
|
||
|
|
||
|
int pm_get_dev_info(char *name, int index, u32 **base, u32 *len);
|
||
|
|
||
|
#endif /*_PM_OF_H*/
|