shithub: drawcpu

ref: 013b71c36516a6feddf4a9c792dd9fe2f7f1f475
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 */