LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
network.h
Go to the documentation of this file.
1#ifndef __include_network_h
2#define __include_network_h
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8#include <lwip/netif.h>
9#include <lwip/dhcp.h>
10
11void network_init();
12void network_poll();
14
15extern struct netif netif;
16
17#ifdef __cplusplus
18}
19#endif
20
21#endif
void network_init()
Definition: network.c:34
void network_poll()
Definition: network.c:92
void network_print_config()
Definition: network.c:119
Definition: netif.h:136