UDI/gio_uart - Silence debug
[tpg/acess2.git] / KernelLand / Modules / Interfaces / UDI / include / trans_nsr.h
1 /*
2  * Acess2 UDI Layer
3  * - By John Hodge (thePowersGang)
4  *
5  * trans_nsr.h
6  * - Acess IPStack to UDI Network Service Requester
7  */
8 #ifndef _TRANS_NSR_H_
9 #define _TRANS_NSR_H_
10
11 extern const udi_init_t acessnsr_init;
12 extern const char       acessnsr_udiprops[];
13 extern size_t   acessnsr_udiprops_size;
14
15 #endif
16

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