Import ncpfs 2.2.0

This commit is contained in:
ncpfs archive import
2026-04-28 20:39:59 +02:00
parent c6c6fbe4ca
commit 0979ae6a41
119 changed files with 12194 additions and 10043 deletions

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

@@ -0,0 +1,11 @@
#ifndef _KERNEL_IF_H
#define _KERNEL_IF_H
#include "glibstub.h"
#ifdef HAVE_NET_IF_H
#include <net/if.h>
#else
#include <linux/if.h>
#endif
#endif