Cleanups & Implementations to allow IPStack to compile
[tpg/acess2.git] / Kernel / include / vfs.h
index 6fc2491..7850600 100644 (file)
 #define VFS_PERM_DENY  0x80000000      // Inverts permissions
 //! \}
 
-/**
- * \brief ACL Defintion Structure
- */
-typedef struct sVFS_ACL
-{
-       struct {
-               unsigned Group: 1;      //!< Group (as opposed to user) flag
-               unsigned ID:    31;     //!< ID of Group/User (-1 for nobody/world)
-       };
-       struct {
-               unsigned Inv:   1;      //!< Invert Permissions
-               unsigned Perms: 31;     //!< Permission Flags
-       };
-} tVFS_ACL;
-
 /**
  * \name VFS Node Flags
  * \{

UCC git Repository :: git.ucc.asn.au