Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
msg.c File Reference
#include <linux/types.h>
#include <dspbridge/host_os.h>
#include <dspbridge/dbdefs.h>
#include <dspbridge/dspdefs.h>
#include <dspbridge/dev.h>
#include <msgobj.h>
#include <dspbridge/msg.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.