diff options
Diffstat (limited to 'inc/operation.h')
-rw-r--r-- | inc/operation.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/operation.h b/inc/operation.h new file mode 100644 index 0000000..a35344e --- /dev/null +++ b/inc/operation.h @@ -0,0 +1,9 @@ +#ifndef OPERATION_H +#define OPERATION_H + +enum Operation { + READ, + WRITE +}; + +#endif /* OPERATION_H_INCLUDED */
\ No newline at end of file |