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