From 383aa6559ee06236b7600df8df17d7f3ab254ca3 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 29 Dec 2015 04:48:00 -0500 Subject: created skeleton. --- src/internal/apimagic_driver_impl.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/internal/apimagic_driver_impl.h (limited to 'src/internal/apimagic_driver_impl.h') diff --git a/src/internal/apimagic_driver_impl.h b/src/internal/apimagic_driver_impl.h new file mode 100644 index 0000000..a3c6238 --- /dev/null +++ b/src/internal/apimagic_driver_impl.h @@ -0,0 +1,27 @@ +#ifndef APIMAGIC_DRIVER_IMPL_H +#define APIMAGIC_DRIVER_IMPL_H + +#include +#include +#include + +#include + +enum app_tags { + TAG_HELP, + TAG_VERSION, +}; + +struct amgc_driver_ctx_impl { + struct amgc_common_ctx cctx; + struct amgc_driver_ctx ctx; +}; + +struct amgc_unit_ctx_impl { + const char * path; + struct amgc_input map; + struct amgc_common_ctx cctx; + struct amgc_unit_ctx uctx; +}; + +#endif -- cgit v1.2.3