mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-05-03 14:39:23 +00:00
7 lines
209 B
C
7 lines
209 B
C
// SPDX-License-Identifier: MIT
|
|
|
|
void pinet_init(char *dev);
|
|
void pinet_shutdown();
|
|
void handle_pinet_write(uint32_t addr, uint32_t val, uint8_t type);
|
|
uint32_t handle_pinet_read(uint32_t addr, uint8_t type);
|