Project

General

Profile

Statistics
| Revision:

root / lab3 / utils.h @ 64

History | View | Annotate | Download (174 Bytes)

1 60 up20180642
#ifndef UTILS_H_INCLUDED
2
#define UTILS_H_INCLUDED
3
4
#ifdef LAB3
5
    uint32_t sys_inb_counter;
6
#endif
7
8
int (util_sys_inb)(int port, uint8_t *value);
9
10
#endif //UTILS_H_INCLUDED