15 lines
503 B
C
15 lines
503 B
C
/*
|
|
Copyright (c) 2022 Devine Lu Linvega, Andrew Alderwick
|
|
|
|
Permission to use, copy, modify, and distribute this software for any
|
|
purpose with or without fee is hereby granted, provided that the above
|
|
copyright notice and this permission notice appear in all copies.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
WITH REGARD TO THIS SOFTWARE.
|
|
*/
|
|
|
|
Uint8 system_dei(Device *d, Uint8 port);
|
|
void system_deo(Device *d, Uint8 port);
|
|
void system_deo_special(Device *d, Uint8 port);
|