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

15 lines
382 B
C

#ifndef _PM_DEF_I_H
#define _PM_DEF_I_H
/*
* Copyright (c) 2011-2015 njubie@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.
*/
#ifndef IO_ADDRESS
#define IO_ADDRESS(x) ((x) + 0xf0000000)
#endif
#endif /*_PM_DEF_I_H*/