Sorting source tree a bit
[tpg/acess2.git] / KernelLand / Modules / Interfaces / UDI / logging.c
1 /**
2  * \file logging.c
3  * \author John Hodge (thePowersGang)
4  */
5 #include <acess.h>
6 #include <udi.h>
7
8 // === PROTOTYPES ===
9
10 // === CODE ===
11 void udi_log_write( udi_log_write_call_t *callback, udi_cb_t *gcb,
12         udi_trevent_t trace_event, udi_ubit8_t severity, udi_index_t meta_idx,
13         udi_status_t original_status, udi_ubit32_t msgnum, ... )
14 {
15         Log("UDI Log");
16 }
17
18 EXPORT(udi_log_write);

UCC git Repository :: git.ucc.asn.au