mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
8 lines
198 B
C
8 lines
198 B
C
#ifndef __PLATFORM__PB926__PLATFORM__H__
|
|
#define __PLATFORM__PB926__PLATFORM__H__
|
|
|
|
void init_platform_mappings(void);
|
|
void init_platform_console(void);
|
|
|
|
#endif /* __PLATFORM_PB926__PLATFORM__H__ */
|