URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [e1/] [bits/] [proto.h] - Rev 1765
Compare with Previous | Blame | View Log
#ifndef _E1_PROTO_H_ #define _E1_PROTO_H_ int kprintf( char *msg, int len); #define KPRINTF(msg) kprintf(msg, strlen(msg)+1) #endif