mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-05-01 05:49:11 +00:00
9 lines
278 B
C
9 lines
278 B
C
// SPDX-License-Identifier: MIT
|
|
|
|
#include <stdint.h>
|
|
|
|
void handle_pistorm_dev_write(uint32_t addr, uint32_t val, uint8_t type);
|
|
uint32_t handle_pistorm_dev_read(uint32_t addr, uint8_t type);
|
|
char *get_pistorm_devcfg_filename();
|
|
void set_pistorm_devcfg_filename(char *filename);
|