]>
git.saurik.com Git - apple/boot.git/blob - i386/libsaio/legacy/configTablePrivate.h
1 /* Copyright (c) 1993 NeXT Computer, Inc. All rights reserved.
3 * configTablePrivate.h - private defintions for configTable mechanism.
6 * 28-Jan-93 Doug Mitchell at NeXT
11 * Max size fo config data array, in bytes.
13 #define IO_CONFIG_DATA_SIZE 4096
16 * Location of driver and system config table bundles.
18 #define IO_CONFIG_DIR "/usr/Devices/"
21 * File names and extensions.
23 #define IO_BUNDLE_EXTENSION ".config"
24 #define IO_TABLE_EXTENSION ".table"
25 #define IO_DEFAULT_TABLE_FILENAME "Default.table"
26 #define IO_INSPECTOR_FILENAME "Inspector.nib"
27 #define IO_SYSTEM_CONFIG_FILE "/usr/Devices/System.config/Instance0.table"
28 #define IO_SYSTEM_CONFIG_DIR "/usr/Devices/System.config/"
29 #define IO_BINARY_EXTENSION "_reloc"