OpenSSD Cosmos+ Platform Firmware  0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
bsp.c File Reference
#include "bsp.h"
#include "debug.h"
Include dependency graph for bsp.c:

Go to the source code of this file.

Functions

char inbyte ()
 
void * void_func ()
 

Function Documentation

◆ inbyte()

char inbyte ( )

Definition at line 4 of file bsp.c.

5{
6 pr_info("Waiting for keyboard input: ");
7 return getc(stdin);
8}
#define pr_info(fmt,...)
Definition: debug.h:86
Here is the caller graph for this function:

◆ void_func()

void * void_func ( )

Definition at line 9 of file bsp.c.

9{ return NULL; }