diff options
Diffstat (limited to 'console/priv.h')
-rw-r--r-- | console/priv.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/console/priv.h b/console/priv.h index 98e61bdf..da5f5ef9 100644 --- a/console/priv.h +++ b/console/priv.h @@ -1 +1,6 @@ +#ifndef CONSOLE_PRIV_H +#define CONSOLE_PRIV_H + typedef struct trivfs_protid *trivfs_protid_t; + +#endif |