diff options
Diffstat (limited to 'arm.h')
-rw-r--r-- | arm.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#ifndef _arm_h_ +#define _arm_h_ +extern int auth_cmd_with_ack(int fd, unsigned char fn, const void *data, size_t len,SIA_Block *b); +extern int show_state(int fd); +#endif /* _arm_h_ */ + |