1234567891011121314151617181920212223242526272829303132333435 |
- #ifndef _KBASE_HWACCESS_DEFS_H_
- #define _KBASE_HWACCESS_DEFS_H_
- #include <mali_kbase_jm_defs.h>
- struct kbase_hwaccess_data {
- struct kbase_context *active_kctx;
- struct kbase_backend_data backend;
- };
- #endif
|