shithub: drawcpu

ref: a25a94e8f04e1d852c4ac2e8924f243e2fb70cbb
dir: /include/u.h/

View raw version
#include "dtos.h"

/* avoid name conflicts */
#undef accept
#undef listen

/* sys calls */
#undef bind
#undef chdir
#undef close
#undef create
#undef dup
#undef exec
#undef export
#undef fstat
#undef fwstat
#undef memchr
#undef mount
#undef open
#undef start
#undef read
#undef remove
#undef seek
#undef stat
#undef write
#undef wstat
#undef unmount
#undef pipe
#undef iounit
#undef wait

//#define DSEGM     1   /* Debug segments */
//#define DINSTR    1   /* Debug Arm instructions */
//#define DSYSCALL  1   /* Debug syscalls */
//#define DTRACE    1   /* Debug program flow */
//#define DVADDR    1   /* Debug vaddr calls */
//#define DREGS     1   /* Debug registers */