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: 8deae99d0cb2795d7ba6f64fed67d2e921d7c6d3 (
plain
)
1
2
3
4
5
#ifndef DEFS_H #define DEFS_H #define BYTE unsigned char #define BYTEPTR BYTE * #endif