Changeset 858fc90 in mainline for uspace/srv/net/configuration.h


Ignore:
Timestamp:
2010-03-15T19:35:25Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6092b56e
Parents:
92307f1 (diff), 4684368 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from bzr://bzr.helenos.org/head.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/configuration.h

    r92307f1 r858fc90  
    4646/*@{*/
    4747
    48 /** Activates the measured strings self test.
    49  *  The NET_SELF_TEST has to be activated.
    50  *  @see measured_strings.h
    51  */
    52 #define NET_SELF_TEST_MEASURED_STRINGS  1
    53 
    5448/** Activates the char map self test.
    5549 *  The NET_SELF_TEST has to be activated.
     
    5751 */
    5852#define NET_SELF_TEST_CHAR_MAP                  1
     53
     54/** Activates the CRC computation self test.
     55 *  The NET_SELF_TEST has to be activated.
     56 *  @see crc.h
     57 */
     58#define NET_SELF_TEST_CRC                               1
     59
     60/** Activates the dynamic fifo self test.
     61 *  The NET_SELF_TEST has to be activated.
     62 *  @see dynamic_fifo.h
     63 */
     64#define NET_SELF_TEST_DYNAMIC_FIFO              1
     65
     66/** Activates the generic char map self test.
     67 *  The NET_SELF_TEST has to be activated.
     68 *  @see generic_char_map.h
     69 */
     70#define NET_SELF_TEST_GENERIC_CHAR_MAP  1
     71
     72/** Activates the generic field self test.
     73 *  The NET_SELF_TEST has to be activated.
     74 *  @see generic_field.h
     75 */
     76#define NET_SELF_TEST_GENERIC_FIELD             1
    5977
    6078/** Activates the integral map self test.
     
    6482#define NET_SELF_TEST_INT_MAP                   1
    6583
    66 /** Activates the generic field self test.
     84/** Activates the measured strings self test.
    6785 *  The NET_SELF_TEST has to be activated.
    68  *  @see generic_field.h
     86 *  @see measured_strings.h
    6987 */
    70 #define NET_SELF_TEST_GENERIC_FIELD             1
    71 
    72 /** Activates the generic char map self test.
    73  *  The NET_SELF_TEST has to be activated.
    74  *  @see generic_char_map.h
    75  */
    76 #define NET_SELF_TEST_GENERIC_CHAR_MAP  1
    77 
    78 /** Activates the CRC computation self test.
    79  *  The NET_SELF_TEST has to be activated.
    80  *  @see crc.h
    81  */
    82 #define NET_SELF_TEST_CRC       1
    83 
    84 /** Activates the dynamic fifo self test.
    85  *  The NET_SELF_TEST has to be activated.
    86  *  @see dynamic_fifo.h
    87  */
    88 #define NET_SELF_TEST_DYNAMIC_FIFO      1
     88#define NET_SELF_TEST_MEASURED_STRINGS  1
    8989
    9090/*@}*/
Note: See TracChangeset for help on using the changeset viewer.