linux/include/uapi/linux/kdev_t.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_KDEV_T_H
#define _UAPI_LINUX_KDEV_T_H
#ifndef __KERNEL__

/*
Some programs want their definitions of MAJOR and MINOR and MKDEV
from the kernel sources. These must be the externally visible ones.
*/
#define MAJOR
#define MINOR
#define MKDEV
#endif /* __KERNEL__ */
#endif /* _UAPI_LINUX_KDEV_T_H */