Changeset 4011fa0 in mainline for uspace/srv/net/netstart/self_test.h
- Timestamp:
- 2010-03-31T13:32:38Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 85c2a4b
- Parents:
- 7553689
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/netstart/self_test.h
r7553689 r4011fa0 28 28 29 29 /** @addtogroup net 30 * @{ 31 */ 32 33 /** @file 34 * Self tests. 35 * @see configuration.h 30 * @{ 36 31 */ 37 32 … … 39 34 #define __SELF_TEST_H__ 40 35 41 #include "configuration.h"42 43 /** Self test start function.44 * Runs all the configured self tests.45 * @see configuration.h46 * @returns EOK on success.47 * @returns The first error occurred.48 */49 #if NET_SELF_TEST50 51 36 extern int self_test(void); 52 53 #else54 55 #include <errno.h>56 57 #define self_test() EOK58 59 #endif60 37 61 38 #endif
Note:
See TracChangeset
for help on using the changeset viewer.