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

#include <xp.h>

Data Fields

void(* connect )(int)
 
void(* disconnect )(int)
 
enum xp_retval(* send )(short, int, u32, void *, u16)
 
enum xp_retval(* send_notify )(short, int, u32, void *, u16, xpc_notify_func, void *)
 
void(* received )(short, int, void *)
 
enum xp_retval(* partid_to_nasids )(short, void *)
 

Detailed Description

Definition at line 283 of file xp.h.

Field Documentation

void(* connect)(int)

Definition at line 284 of file xp.h.

void(* disconnect)(int)

Definition at line 285 of file xp.h.

enum xp_retval(* partid_to_nasids)(short, void *)

Definition at line 290 of file xp.h.

void(* received)(short, int, void *)

Definition at line 289 of file xp.h.

enum xp_retval(* send)(short, int, u32, void *, u16)

Definition at line 286 of file xp.h.

enum xp_retval(* send_notify)(short, int, u32, void *, u16, xpc_notify_func, void *)

Definition at line 287 of file xp.h.


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