diff options
author | Uros Majstorovic <majstor@majstor.org> | 2025-02-16 20:17:07 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2025-02-16 20:17:07 +0100 |
commit | 2e17dd17ee9777084b2f211f08c4231dd5f8b906 (patch) | |
tree | f50ad99c62d81906082cbb28eb84d857ef7311c9 /fw/fe310/eos/dev/hpamp.h | |
parent | 064631db87182694459056ceeb331506b553d0f0 (diff) |
extended gpio implemented
Diffstat (limited to 'fw/fe310/eos/dev/hpamp.h')
-rw-r--r-- | fw/fe310/eos/dev/hpamp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fw/fe310/eos/dev/hpamp.h b/fw/fe310/eos/dev/hpamp.h new file mode 100644 index 0000000..07157bb --- /dev/null +++ b/fw/fe310/eos/dev/hpamp.h @@ -0,0 +1,3 @@ +#include <stdint.h> + +int eos_hpamp_init(void); |