Project

General

Profile

Statistics
| Revision:

root / branches / simulator / projects / simulator / libsim / bom.c @ 906

History | View | Annotate | Download (269 Bytes)

1
#include "bom.h"
2

    
3
void bom_init(char type)
4
{
5

    
6
}
7

    
8
void bom_refresh(int bitfield)
9
{
10

    
11
}
12

    
13
int bom_get(int which)
14
{
15

    
16
}
17

    
18
int bom_get_max(void)
19
{
20

    
21
}
22

    
23
void bom_leds_on(int bit_field)
24
{
25

    
26
}
27

    
28
void bom_leds_off(int bit_field)
29
{
30

    
31
}
32

    
33
void bom_on(void)
34
{
35

    
36
}
37

    
38
void bom_off(void)
39
{
40

    
41
}
42