mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-01-18 07:29:08 +01:00
12 lines
136 B
C
12 lines
136 B
C
#ifndef VERSION_H__
|
|
#define VERSION_H__
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
|
void version_firmware (uint32_t *version, uint32_t *revision);
|
|
|
|
|
|
#endif
|