mirror of https://github.com/m-labs/artiq.git
runtime/rtio: cleanup include
This commit is contained in:
parent
423ca03f3b
commit
c2fcefc31f
|
@ -1,5 +1,6 @@
|
|||
#include <generated/csr.h>
|
||||
|
||||
#include "artiq_personality.h"
|
||||
#include "rtio.h"
|
||||
|
||||
void rtio_init(void)
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
#define __RTIO_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <generated/csr.h>
|
||||
#include "artiq_personality.h"
|
||||
|
||||
#define RTIO_O_STATUS_FULL 1
|
||||
#define RTIO_O_STATUS_UNDERFLOW 2
|
||||
|
|
Loading…
Reference in New Issue