Obsługa tablic rozdzielczych
przechowuje informacji o zainstalowanych urządzeniach w systemie i funkcjach do nich
static struct device_struct chrdevs[MAX_CHRDEV]
static struct device_struct blkdevs[MAX_BLKDEV]
struct device_struct
{ const char* name;
struct file_operations* fops}