Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
msg.h File Reference
#include <dspbridge/devdefs.h>
#include <dspbridge/msgdefs.h>

Go to the source code of this file.

Functions

int msg_create (struct msg_mgr **msg_man, struct dev_object *hdev_obj, msg_onexit msg_callback)
 
void msg_delete (struct msg_mgr *hmsg_mgr)
 

Function Documentation

int msg_create ( struct msg_mgr **  msg_man,
struct dev_object hdev_obj,
msg_onexit  msg_callback 
)

Definition at line 42 of file msg.c.

void msg_delete ( struct msg_mgr hmsg_mgr)

Definition at line 77 of file msg.c.