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
4
char
inbyte
()
5
{
6
pr_info
(
"Waiting for keyboard input: "
);
7
return
getc(stdin);
8
}
9
void
*
void_func
() {
return
NULL; }
inbyte
char inbyte()
Definition:
bsp.c:4
void_func
void * void_func()
Definition:
bsp.c:9
bsp.h
debug.h
pr_info
#define pr_info(fmt,...)
Definition:
debug.h:86
bsp
bsp.c
Generated by
1.9.4