#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