Sign in
android
/
platform
/
hardware
/
google
/
gfxstream
/
03e2dffc99f3be583d5c8fa35cbce62f5781ad96
/
.
/
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