index
:
sbos.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
includes
/
defs.h
blob: 3a373b370aad5ca0fdfe1fa929840fae97084723 (
plain
)
1
2
3
4
5
#ifndef DEFS_H #define DEFS_H #define BYTE unsigned char #define BYTEPTR BYTE* #endif