My Project
Public Attributes | List of all members
uku_version_check_args Struct Reference

#include <mali_uk.h>

Public Attributes

union uk_header header
 
u16 major
 
u16 minor
 
u8 padding [4]
 

Detailed Description

This structure carries a 16-bit major and minor number and is sent along with an internal UK call used during uku_open to identify the versions of the UK module in use by the user-side and kernel-side.

Member Data Documentation

◆ header

union uk_header uku_version_check_args::header

UK call header

◆ major

u16 uku_version_check_args::major

This field carries the user-side major version on input and the kernel-side major version on output

◆ minor

u16 uku_version_check_args::minor

This field carries the user-side minor version on input and the kernel-side minor version on output.


The documentation for this struct was generated from the following file: