OpenSSD Cosmos+ Platform Firmware  0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
bsp.c
Go to the documentation of this file.
1#include "bsp.h"
2#include "debug.h"
3
4char inbyte()
5{
6 pr_info("Waiting for keyboard input: ");
7 return getc(stdin);
8}
9void *void_func() { return NULL; }
char inbyte()
Definition: bsp.c:4
void * void_func()
Definition: bsp.c:9
#define pr_info(fmt,...)
Definition: debug.h:86