Import ncpfs 2.0.12

This commit is contained in:
ncpfs archive import
2026-04-28 20:39:59 +02:00
parent 915f560f85
commit f813517d69
81 changed files with 8104 additions and 4783 deletions

11
include/kernel/fs.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef _KERNEL_FS_H
#define _KERNEL_FS_H
#include "glibstub.h"
#ifdef HAVE_SYS_MOUNT_H
#include <sys/mount.h>
#else
#include <linux/fs.h>
#endif
#endif