Rev 4603 | Rev 4743 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4603 | Rev 4704 | ||
|---|---|---|---|
| Line 29... | Line 29... | ||
| 29 | /** @addtogroup net |
29 | /** @addtogroup net |
| 30 | * @{ |
30 | * @{ |
| 31 | */ |
31 | */ |
| 32 | 32 | ||
| 33 | /** @file |
33 | /** @file |
| 34 | * Starts the net subsystem. |
34 | * Starts the networking subsystem. |
| 35 | * Performs self test if configured so. |
35 | * Performs self test if configured to. |
| 36 | * @see configuration.h |
36 | * @see configuration.h |
| 37 | */ |
37 | */ |
| 38 | 38 | ||
| 39 | #include <async.h> |
39 | #include <async.h> |
| 40 | #include <stdio.h> |
40 | #include <stdio.h> |