Cosmetic, and add missing files to the CMakeLists.

This commit is contained in:
Godzil
2022-06-27 22:33:36 +01:00
parent e48f7a76a7
commit 330cba592d
10 changed files with 15 additions and 17 deletions

View File

@@ -17,7 +17,7 @@
* Each device which need to be clocked use a multiple of the tick
* number as their own clock.
*/
typedef uint64_t tick_t
typedef uint64_t tick_t;
typedef void (*device_init)(uint8_t baseAddress, void *param);
typedef void (*device_reset)(void);