mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-03 01:02:56 +00:00
21 lines
230 B
Plaintext
21 lines
230 B
Plaintext
/*
|
|
*
|
|
*/
|
|
{
|
|
global:
|
|
|
|
/* initialize function */
|
|
_*wifi_init*;
|
|
/* Wifi::Socket_call interface */
|
|
*Socket_call*;
|
|
/* Wifi::Socket_call instance */
|
|
socket_call;
|
|
|
|
/* used by libnl's time() */
|
|
jiffies;
|
|
|
|
local:
|
|
|
|
*;
|
|
};
|