aboutsummaryrefslogtreecommitdiff
path: root/private_include
diff options
context:
space:
mode:
Diffstat (limited to 'private_include')
-rw-r--r--private_include/nw/linear.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/private_include/nw/linear.h b/private_include/nw/linear.h
index a316e77..cdd7eb0 100644
--- a/private_include/nw/linear.h
+++ b/private_include/nw/linear.h
@@ -17,5 +17,6 @@ enum nw_state nwp_linear_load(struct nw_interp *i, struct nw_sm_io *io,
unsigned long offset);
enum nw_state nwp_linear_store(struct nw_interp *i, struct nw_sm_io *io,
unsigned long offset);
+int nwp_linear_check(const struct nw_interp *i, unsigned long offset, size_t n);
#endif