Activation code now generalised as well.

This commit is contained in:
Michael Brown
2005-04-15 13:07:25 +00:00
parent 1980018b8b
commit 85dd4fd8d6
2 changed files with 149 additions and 151 deletions

View File

@@ -127,7 +127,7 @@ union isapnp_identifier {
char bytes[9];
struct {
uint16_t vendor_id;
uint16_t product_id;
uint16_t prod_id;
uint32_t serial;
uint8_t checksum;
} __attribute__ (( packed ));
@@ -183,5 +183,9 @@ extern int find_isapnp_device ( struct isapnp_device *isapnp,
struct isapnp_driver *driver );
extern int find_isapnp_boot_device ( struct dev *dev,
struct isapnp_driver *driver );
extern void activate_isapnp_device ( struct isapnp_device *isapnp,
uint8_t logdev );
extern void deactivate_isapnp_device ( struct isapnp_device *isapnp,
uint8_t logdev );
#endif /* ISAPNP_H */