mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 10:01:02 +01:00
pnpinfo: Remove __P
We don't need to compile on a K&R compiler (and we've long ago lost the ability to do so). It's not even clear if it ever worked with a pure K&R compiler, but maybe it once did... Sponsored by: Netflix
This commit is contained in:
parent
54d487c4d0
commit
f863f39636
@ -74,14 +74,14 @@ pnp_readw(int d)
|
||||
|
||||
int logdevs=0;
|
||||
|
||||
void DELAY __P((int i));
|
||||
void send_Initiation_LFSR();
|
||||
int get_serial __P((u_char *data));
|
||||
int get_resource_info __P((u_char *buffer, int len));
|
||||
int handle_small_res __P((u_char *resinfo, int item, int len));
|
||||
void handle_large_res __P((u_char *resinfo, int item, int len));
|
||||
void dump_resdata __P((u_char *data, int csn));
|
||||
int isolation_protocol();
|
||||
void DELAY(int i);
|
||||
void send_Initiation_LFSR(void);
|
||||
int get_serial(u_char *data);
|
||||
int get_resource_info(u_char *buffer, int len);
|
||||
int handle_small_res(u_char *resinfo, int item, int len);
|
||||
void handle_large_res(u_char *resinfo, int item, int len);
|
||||
void dump_resdata(u_char *data, int csn);
|
||||
int isolation_protocol(void);
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user