OSDN Git Service

Changes to many generated files -- incorporate bochs into
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / bochs / fpu / stubs / linux / kernel.h
1 #ifndef _LINUX_KERNEL_H
2 #define _LINUX_KERNEL_H
3
4 int printk(const char * fmt, ...)
5         GCC_ATTRIBUTE((format (printf, 1, 2)));
6
7 #endif