9 lines
102 B
C
9 lines
102 B
C
#ifndef _OPTIONS_H_
|
|
#define _OPTIONS_H_
|
|
|
|
#ifndef SCSIBUS_MAJOR
|
|
#define SCSIBUS_MAJOR 5
|
|
#endif
|
|
|
|
#endif
|