Blame src/internal/perk_impl.h

c61328
#ifndef PERK_IMPL_H
c61328
#define PERK_IMPL_H
c61328
c61328
#include <stdint.h>
c61328
#include <stdio.h>
c61328
#include <sys/types.h>
c61328
c61328
#include <perk/perk.h>
c61328
#include <perk/perk_meta.h>
c61328
c61328
struct pe_driver_ctx_impl {
c61328
	struct pe_common_ctx	cctx;
c61328
	struct pe_driver_ctx	ctx;
c61328
};
c61328
c61328
#endif