git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Modules/UDI - Implimenting UDI support, can load udi_dpt from udiref
[tpg/acess2.git]
/
KernelLand
/
Modules
/
Interfaces
/
UDI
/
udi_lib
/
physio_main.c
1
/**
2
* \file logging.c
3
* \author John Hodge (thePowersGang)
4
*/
5
#include <common.h>
6
#include <udi.h>
7
#include <udi_physio.h>
8
9
// === CODE ===
10
void udi_bus_bind_req(udi_bus_bind_cb_t *cb)
11
{
12
}
13
14
void udi_bus_unbind_req(udi_bus_bind_cb_t *cb)
15
{
16
}
UCC
git Repository :: git.ucc.asn.au