* applied patch by kaliber that fixes more than 100 warnings - thanks a lot!
Closes #6349 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37670 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -106,6 +106,8 @@ typedef struct config_manager_for_driver_module_info {
|
||||
uint32 len);
|
||||
} config_manager_for_driver_module_info;
|
||||
|
||||
int config_manager_scan_hardcoded(struct device_info **info, int32 *count);
|
||||
|
||||
#define B_CONFIG_MANAGER_FOR_DRIVER_MODULE_NAME "bus_managers/config_manager/driver/v1"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -187,7 +187,7 @@ typedef struct {
|
||||
G400MAX,
|
||||
G450,
|
||||
G550
|
||||
};
|
||||
} card_type;
|
||||
struct
|
||||
{
|
||||
/* specialised registers for card initialisation read from MGA BIOS (pins) */
|
||||
|
||||
@@ -179,7 +179,7 @@ typedef struct {
|
||||
NM2230,
|
||||
NM2360,
|
||||
NM2380
|
||||
};
|
||||
} card_type;
|
||||
struct
|
||||
{
|
||||
/* specialised registers for predefined cardspecs */
|
||||
|
||||
Reference in New Issue
Block a user