OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [include/] [l4/] [lib/] [printk.h] - Rev 2

Compare with Previous | Blame | View Log

 
#ifndef __PRINTK_H__
#define __PRINTK_H__
 
#include <stdarg.h>
 
#if !defined(__KERNEL__)
#define	printk 		printf
#else
int printk(char *format, ...) __attribute__((format (printf, 1, 2)));
extern void putc(char c);
void init_printk_lock(void);
#endif
 
#endif /* __PRINTK_H__ */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.