OSHW-DEIMOS/SOFTWARE/A64-TERES/linux-a64/drivers/soc/allwinner/pm/pm_o.h
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

20 lines
701 B
C
Executable File

#ifndef _PM_O_H
#define _PM_O_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.
*/
#include "pm.h"
//#include "mem_mapping.h"
#define print_call_info(...)({ \
do{ \
printk("%s, %s, %d. \n" , __FILE__, __func__, __LINE__);\
}while(0);})
#endif /*_PM_O_H*/