7 lines
103 B
C
7 lines
103 B
C
|
|
#ifndef GEN420_DEV_H
|
||
|
|
#define GEN420_DEV_H
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
void gen420_dev_init(uint32_t width,uint32_t high);
|
||
|
|
#endif
|