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

28 lines
1.1 KiB
C
Executable File

/*
*********************************************************************************************************
* LINUX-KERNEL
* AllWinner Linux Platform Develop Kits
* Kernel Module
*
* (c) Copyright 2012-2015, China
* All Rights Reserved
*
* File : mem_printk.h
* By : young
* Version : v1.0
* Date : 2011-5-30 19:50
* Descript: intterupt bsp for platform standby.
* Update : date auther ver notes
*********************************************************************************************************
*/
#ifndef __MEM_PRINTK_H__
#define __MEM_PRINTK_H__
#define DEBUG_BUFFER_SIZE (256)
//other module may define printk, while its declaration may not be the same with this.
//so, it not proper to export this symbols to global.
__s32 printk(const char *format, ...);
__s32 printk_nommu(const char *format, ...);
#endif //__MEM_PRINTK_H__