Rename bootloader to bios, add actual bootloader
This commit is contained in:
10
sw/bios/devices/board_io.h
Normal file
10
sw/bios/devices/board_io.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _BOARD_IO_H
|
||||
#define _BOARD_IO_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
uint8_t sw_read();
|
||||
|
||||
void led_set(uint8_t val);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user