first commit - moved from local dev to git
This commit is contained in:
16
devtools/ahcccf.bin/sinclude/tos_gem.h
Normal file
16
devtools/ahcccf.bin/sinclude/tos_gem.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user