Viewing: major.h
📄 major.h (Read Only) ⬅ To go back
#ifndef _LINUX_MAJOR_H
#define _LINUX_MAJOR_H
#define MEM_MAJOR 1
#define TTY_MAJOR 4
#define TTYAUX_MAJOR 5
#define LP_MAJOR 6
#define LOOP_MAJOR 7
#define SCSI_DISK0_MAJOR 8
#define MISC_MAJOR 10
#define IDE0_MAJOR 3
#define IDE1_MAJOR 22
#endif