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:
Axel Dörfler
2002-08-07 22:36:49 +00:00
parent 2de6c0e035
commit 0daa3f2af3
5 changed files with 59 additions and 7 deletions
+7 -3
View File
@@ -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 */