Linux Kernel
3.7.1
|
#include "ozconfig.h"
#include <linux/module.h>
#include <linux/debugfs.h>
#include <linux/jiffies.h>
#include <linux/uaccess.h>
#include "oztrace.h"
#include "ozevent.h"
#include "ozappif.h"
Go to the source code of this file.
Data Structures | |
struct | oz_evtdev |
Macros | |
#define | OZ_MAX_EVTS 2048 /* Must be power of 2 */ |
Functions | |
void | oz_event_init (void) |
void | oz_event_term (void) |
void | oz_event_log2 (u8 evt, u8 ctx1, u16 ctx2, void *ctx3, unsigned ctx4) |
Variables | |
u32 | g_evt_mask |