You've already forked glider
mirror of
https://gitlab.com/zephray/glider.git
synced 2026-07-29 02:40:39 +00:00
7 lines
110 B
C
7 lines
110 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
uint32_t fpga_spi_bitstream_hz(void);
|
|
uint32_t fpga_spi_register_hz(void);
|