summaryrefslogtreecommitdiff
path: root/include/ipc/uci.h
blob: cbe98f270a27d4e12a463f949234ed9495b903ea (plain)
1
2
3
4
5
6
7
8
9
#ifndef UCI_H
#define UCI_H

#include "ipc/state.h"

void *uci(ipc_state_t *state);
void handle_ipc(ipc_state_t *state);

#endif // UCI_H