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

#include <xenbus_probe.h>

Data Fields

charroot
 
unsigned int levels
 
int(* get_bus_id )(char bus_id[XEN_BUS_ID_SIZE], const char *nodename)
 
int(* probe )(struct xen_bus_type *bus, const char *type, const char *dir)
 
void(* otherend_changed )(struct xenbus_watch *watch, const char **vec, unsigned int len)
 
struct bus_type bus
 

Detailed Description

Definition at line 39 of file xenbus_probe.h.

Field Documentation

Definition at line 47 of file xenbus_probe.h.

int(* get_bus_id)(char bus_id[XEN_BUS_ID_SIZE], const char *nodename)

Definition at line 42 of file xenbus_probe.h.

unsigned int levels

Definition at line 41 of file xenbus_probe.h.

void(* otherend_changed)(struct xenbus_watch *watch, const char **vec, unsigned int len)

Definition at line 45 of file xenbus_probe.h.

Definition at line 43 of file xenbus_probe.h.

char* root

Definition at line 40 of file xenbus_probe.h.


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