Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
ntfy.h File Reference
#include <dspbridge/host_os.h>
#include <dspbridge/dbdefs.h>
#include <dspbridge/sync.h>

Go to the source code of this file.

Data Structures

struct  ntfy_object
 
struct  ntfy_event
 

Functions

int dsp_notifier_event (struct notifier_block *this, unsigned long event, void *data)
 

Function Documentation

int dsp_notifier_event ( struct notifier_block this,
unsigned long  event,
void data 
)

dsp_notifier_event() - callback function to nofity events : pointer to itself struct notifier_block : event to be notified. : Currently not used.

Definition at line 113 of file sync.c.