oleavr-rgl-a500-mini-linux-.../drivers/soc/allwinner/pm/pm_of.h
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

14 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*/