#include <linux/module.h>
#include <asm/uaccess.h>
#include <asm/byteorder.h>
#include <linux/time.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/string.h>
#include <linux/stat.h>
#include <linux/errno.h>
#include <linux/file.h>
#include <linux/fcntl.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/init.h>
#include <linux/vfs.h>
#include <linux/mount.h>
#include <linux/seq_file.h>
#include <linux/namei.h>
#include <net/sock.h>
#include "ncp_fs.h"
#include "getopt.h"
Go to the source code of this file.
#define NCP_DEFAULT_DIR_MODE 0700 |
#define NCP_DEFAULT_FILE_MODE 0600 |
#define NCP_DEFAULT_RETRY_COUNT 20 |
#define NCP_DEFAULT_TIME_OUT 10 |
#define NCP_PACKET_SIZE 131072 |