X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Finclude%2Fvfs_int.h;h=1f67f4b9c67ee337ef08c1a6b0fc36c00129d703;hb=ce452fe1a1b499f519aaa7cb9722d4beeb2a6644;hp=f48e277b4269d490d983d5450c7536ac709dfb19;hpb=4842e2d6740bcb81da4e94019285bfd2c45425b8;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/include/vfs_int.h b/KernelLand/Kernel/include/vfs_int.h index f48e277b..1f67f4b9 100644 --- a/KernelLand/Kernel/include/vfs_int.h +++ b/KernelLand/Kernel/include/vfs_int.h @@ -48,6 +48,7 @@ typedef struct sVFS_MMapPage { // === GLOBALS === extern tRWLock glVFS_MountList; extern tVFS_Mount *gVFS_Mounts; +extern tVFS_Driver *gVFS_Drivers; // === PROTOTYPES === // --- open.c ---