minix/dmap.h: Add USB device major range

Change-Id: Ic7fdba4f71e55c8a7c0477ec9ec61aa7fa85a391
This commit is contained in:
2014-06-03 10:11:48 +02:00
parent fc49538d86
commit e14d4863b9
2 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
#include <dirent.h>
#include <assert.h>
#include <signal.h>
#include <minix/dmap.h>
#include "usb_driver.h"
#include "proto.h"
@@ -63,7 +64,7 @@ static struct global_args args = {
.path = NULL,
.config_dirs = {NULL,NULL,NULL,NULL},
.config_dir_count = 0,
.major_offset = 25,
.major_offset = USB_BASE_MAJOR,
.verbose = 0,
.check_config = 0};