Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
flat_binder_object Struct Reference

#include <binder.h>

Data Fields

unsigned long type
 
unsigned long flags
 
union {
   void __user *   binder
 
   signed long   handle
 
}; 
 
void __usercookie
 

Detailed Description

Definition at line 49 of file binder.h.

Field Documentation

union { ... }
void __user* binder

Definition at line 56 of file binder.h.

void __user* cookie

Definition at line 61 of file binder.h.

unsigned long flags

Definition at line 52 of file binder.h.

signed long handle

Definition at line 57 of file binder.h.

unsigned long type

Definition at line 51 of file binder.h.


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