staging: ozwpan: Added event logging support
commit56ff32fe1cf24d624ca4a68a409753fb3fd593f6
authorChris Kelly <ckelly@ozmodevices.com>
Mon, 20 Feb 2012 21:12:27 +0000 (20 21:12 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Feb 2012 17:26:52 +0000 (24 09:26 -0800)
tree0f5957cb5bf884966ee11f51b272b236355f6813
parent23af8c2a088fe5ae142103fb32fa03755cda694c
staging: ozwpan: Added event logging support

The event logging subsystem allows internal events in the driver to
be logged. This facilitates testing the correct operation of the
driver. This subsystem is optional and can be switched out at
compile time.

Signed-off-by: Chris Kelly <ckelly@ozmodevices.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ozwpan/ozevent.c [new file with mode: 0644]
drivers/staging/ozwpan/ozevent.h [new file with mode: 0644]
drivers/staging/ozwpan/ozeventdef.h [new file with mode: 0644]