8 lines
103 B
C
8 lines
103 B
C
#ifndef __PXTCORE_H
|
|
#define __PXTCORE_H
|
|
|
|
void dmesg(const char *fmt, ...);
|
|
#define DMESG dmesg
|
|
|
|
#endif
|