From abe0eaa903817f49895dd862ffb328148ba0e6ad Mon Sep 17 00:00:00 2001 From: Alasdair Date: Tue, 18 Aug 2020 19:53:07 +0100 Subject: Move sail_state declaration into it's own file Useful for RISC-V with it's custom C emulator --- lib/sail_state.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/sail_state.h (limited to 'lib') diff --git a/lib/sail_state.h b/lib/sail_state.h new file mode 100644 index 00000000..e50d1619 --- /dev/null +++ b/lib/sail_state.h @@ -0,0 +1,7 @@ +#ifndef SAIL_STATE_H +#define SAIL_STATE_H + +struct sail_state; +typedef struct sail_state sail_state; + +#endif -- cgit v1.2.3