#include <cubeos.h>
#include <kerror.h>
#include <fastbin.h>
#include <mc68681.h>
#include <mc68332.h>
#include <tpud.h>
#include <io_duart.h>
#include <hw_drivers.h>
Include dependency graph for fastbin.c:
Go to the source code of this file.
Compounds | |
struct | fb_info |
internal fastbin config structure. More... | |
Defines | |
#define | MAXFB 16 |
Functions | |
int | FBIN_init () |
prepares the fastbin system for use. More... | |
int | FBIN_make (int nr, char type, char id) |
configures one fastbin for usage. More... | |
int | FBIN_set (int i, char v) |
sets a preconfigured fast binary output. More... | |
Variables | |
fb_info | fbs [MAXFB] |
internal fastbin config structure. More... | |
unsigned int | _FBIN_ttlfastbin_state |
unsigned int | FBIN_rcjfastbin_state |
Definition in file fastbin.c.
|
|
|
|
|
|