TSP: The Transport Sample Protocol



kernel_private Struct Reference
[The BB Core Library]

In-kernel black board specific data, part of the S_BB_T structure. More...


Data Fields

bb_device * dev
 in-kernel structure, points to the char device
int index
 the index of the char device, used for cleaup purposes
void * kmalloc_ptr
 The actual pointer to the allocated memory, this is needed as the BB must be aligned on a PAGE_SIZE boundary, kmalloc_ptr is the _real_ start of the allocate memory.
unsigned long shm_size
 the size of the allocated black board


Detailed Description

In-kernel black board specific data, part of the S_BB_T structure.


Field Documentation

struct bb_device* kernel_private::dev

in-kernel structure, points to the char device

int kernel_private::index

the index of the char device, used for cleaup purposes

void* kernel_private::kmalloc_ptr

The actual pointer to the allocated memory, this is needed as the BB must be aligned on a PAGE_SIZE boundary, kmalloc_ptr is the _real_ start of the allocate memory.

unsigned long kernel_private::shm_size

the size of the allocated black board

Framework Home Page.


Beware !! TSP wave is coming...