From c61328dfece5c7346aabd4bc0027a9eb8126dd08 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 4 Dec 2015 21:23:24 -0500 Subject: API redesign 4/10: pe_common_ctx: protect the common context structure against direct modification. --- src/internal/perk_impl.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/internal/perk_impl.h (limited to 'src/internal') diff --git a/src/internal/perk_impl.h b/src/internal/perk_impl.h new file mode 100644 index 0000000..dd8ff4d --- /dev/null +++ b/src/internal/perk_impl.h @@ -0,0 +1,16 @@ +#ifndef PERK_IMPL_H +#define PERK_IMPL_H + +#include +#include +#include + +#include +#include + +struct pe_driver_ctx_impl { + struct pe_common_ctx cctx; + struct pe_driver_ctx ctx; +}; + +#endif -- cgit v1.2.3