9 lines
94 B
C
9 lines
94 B
C
|
#ifndef _READ_H_
|
||
|
#define _READ_H_
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
uint8_t read8(uint32_t from);
|
||
|
|
||
|
#endif
|