repo.or.cz
/
Marmot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Many changes:
[Marmot.git]
/
device.c
blob
c001310f7c8ed72b373cd9527fcf1f45f97aefb6
1
/*
2
* device.c
3
*
4
* Device registration and management.
5
*/
6
7
8
9
Device
10
Device_Register
(
DeviceInfo info
)
11
{
12
13
}
14
15
void
16
Device_Unregister
(
Device d
)
17
{
18
19
}