Files
FireBee_Setup-Dev/devtools/ahcccf.bin/include/tos_gem.h
2023-06-12 09:14:09 +02:00

16 lines
185 B
C

#ifndef TOS_GEM_H
#define TOS_GEM_H
#ifndef __TOS
#include <tos.h>
#endif
#ifndef __AES__
#include <np_aes.h>
#endif
#ifndef __VDI__
#include <np_vdi.h>
#endif
#endif