NetBurner 3.5.6
PDF Version
startnet.h
1
/*NB_REVISION*/
2
3
/*NB_COPYRIGHT*/
4
5
#ifndef NB_START_NET_H
6
#define NB_START_NET_H
7
8
/* All of the definitions necessary to start the stack and HTTP */
9
// NB Constants
10
#include <constants.h>
11
// NB Libs
12
#include <basictypes.h>
13
#include <http.h>
14
#include <iosys.h>
15
#include <ip.h>
16
#include <nbrtos.h>
17
#include <nbrtoscpu.h>
18
#include <nettypes.h>
19
#include <system.h>
20
#include <utils.h>
21
#endif