mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
6 lines
61 B
C
6 lines
61 B
C
|
#ifndef __CI_H
|
||
|
#define __CI_H
|
||
|
|
||
|
void ci_service(void);
|
||
|
|
||
|
#endif
|