1
0
Fork 0
alistair23-linux/include/uapi/linux/coda_psdev.h

11 lines
262 B
C

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__CODA_PSDEV_H
#define _UAPI__CODA_PSDEV_H
#include <linux/magic.h>
#define CODA_PSDEV_MAJOR 67
#define MAX_CODADEVS 5 /* how many do we allow */
#endif /* _UAPI__CODA_PSDEV_H */