From 883d8fd44467302c3565033377329596ff584353 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Sat, 17 Jun 2000 17:16:08 +0000 Subject: initial import of tcfs. --- sys/miscfs/tcfs/tcfs_cmd.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sys/miscfs/tcfs/tcfs_cmd.h (limited to 'sys/miscfs/tcfs/tcfs_cmd.h') diff --git a/sys/miscfs/tcfs/tcfs_cmd.h b/sys/miscfs/tcfs/tcfs_cmd.h new file mode 100644 index 00000000000..a4b7d841dbc --- /dev/null +++ b/sys/miscfs/tcfs/tcfs_cmd.h @@ -0,0 +1,17 @@ +/* tcfs commands */ +#define TCFS_PUT_UIDKEY 1 +#define TCFS_RM_UIDKEY 2 +#define TCFS_PUT_PIDKEY 3 +#define TCFS_RM_PIDKEY 4 +#define TCFS_PUT_GIDKEY 5 +#define TCFS_RM_GIDKEY 6 +#define TCFS_GET_STATUS 7 + +/* tcfs errors */ +#define TCFS_OK 0 +#define UNKNOWN_COMMAND 1 +#define BAD_CIPHER_NUMBER 2 +#define PUSHKEY_ERROR 3 +#define RMKEY_ERROR 3 +#define ALLOCATION_FAILED 4 + -- cgit v1.2.3