Added Be's driver_settings.h header file (hey, they don't even include any
license stuff in it :-). Some cleanup on the other headers. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@638 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -35,8 +35,12 @@ typedef struct {
|
||||
uint32 cookie;
|
||||
} resource_range_descriptor;
|
||||
|
||||
typedef enum { B_IRQ_RESOURCE, B_DMA_RESOURCE,
|
||||
B_IO_PORT_RESOURCE, B_MEMORY_RESOURCE } resource_type;
|
||||
typedef enum {
|
||||
B_IRQ_RESOURCE,
|
||||
B_DMA_RESOURCE,
|
||||
B_IO_PORT_RESOURCE,
|
||||
B_MEMORY_RESOURCE
|
||||
} resource_type;
|
||||
|
||||
typedef struct {
|
||||
resource_type type;
|
||||
@@ -108,4 +112,4 @@ typedef struct config_manager_for_driver_module_info {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif /* _CONFIG_MANAGER_H */
|
||||
|
||||
Reference in New Issue
Block a user