]> git.sesse.net Git - pistorm/blob - platforms/amiga/net/pi-net.h
The remainder of the initial PiStorm interaction stuff (I think)
[pistorm] / platforms / amiga / net / pi-net.h
1 // SPDX-License-Identifier: MIT
2
3 void pinet_init(char *dev);
4 void pinet_shutdown();
5 void handle_pinet_write(uint32_t addr, uint32_t val, uint8_t type);
6 uint32_t handle_pinet_read(uint32_t addr, uint8_t type);