Include guards on our headers
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
#ifndef SCSI_BUSLOGIC_H
|
||||
# define SCSI_BUSLOGIC_H
|
||||
|
||||
|
||||
extern const device_t buslogic_542b_device;
|
||||
extern const device_t buslogic_545s_device;
|
||||
extern const device_t buslogic_542bh_device;
|
||||
@@ -30,6 +29,5 @@ extern const device_t buslogic_445c_device;
|
||||
extern const device_t buslogic_958d_pci_device;
|
||||
|
||||
extern void BuslogicDeviceReset(void *p);
|
||||
|
||||
|
||||
|
||||
#endif /*SCSI_BUSLOGIC_H*/
|
||||
|
||||
Reference in New Issue
Block a user