KVS/include/kernver.h
kxtzownsu a0b118bbbb kvs: optimize stuff
changelog:
- make hex_utils includes work across C files
- have Makefile use `build/$(ARCH)` instead of `build/bin/binary-$(ARCH)`
- small bugfixes
- add is_ti50.c & place for future tools
- global KERNVER_TYPE variable (if kernver.h is included)
2024-12-29 08:19:20 +00:00

7 lines
78 B
C

#ifndef KERNVER_H
#define KERNVER_H
extern const char *KERNVER_TYPE;
#endif