]> git.sesse.net Git - pistorm/blob - platforms/amiga/net/pi-net.h
Add license information to source
[pistorm] / platforms / amiga / net / pi-net.h
1 // SPDX-License-Identifier: MIT
2
3 void pinet_init(char *dev);
4 void handle_pinet_write(uint32_t addr, uint32_t val, uint8_t type);
5 uint32_t handle_pinet_read(uint32_t addr, uint8_t type);