Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4349 → Rev 4350

/branches/network/uspace/srv/net/self_test.h
31,6 → 31,7
*/
 
/** @file
* Self tests.
*/
 
#ifndef __SELF_TEST_H__
38,6 → 39,12
 
#include "configuration.h"
 
/** Self test start function.
* Runs all the configured self tests.
* @see configuration.h
* @returns EOK on success.
* @returns The first error occurred.
*/
#if NET_SELF_TEST
 
int self_test( void );