Systemsicherheit/7-SGX_Hands-on/src/app/embedded_device.h
2024-07-08 11:19:48 +02:00

10 lines
No EOL
169 B
C

#ifndef EMBEDDED_DEVICE_H
#define EMBEDDED_DEVICE_H
#include <stdint.h>
char *embedded_device_syntax(void);
int handle_embedded_device(int argc, char **argv);
#endif