Sign in
android
/
platform
/
hardware
/
google
/
gfxstream
/
8f6ce72077d00d7c9e91b29ce0cc9a76746bb31f
/
.
/
guest
/
fuchsia
/
include
/
cutils
/
native_handle.h
blob: 6444e0274a383184d39bd9fd395bbe18e5743b32 [
file
] [
log
] [
blame
]
#ifndef
__CUTILS_NATIVE_HANDLE_H__
#define
__CUTILS_NATIVE_HANDLE_H__
typedef
struct
native_handle
{
int
version
;
int
numFds
;
int
numInts
;
}
native_handle_t
;
#endif