Ignore:
Timestamp:
2010-04-23T21:42:26Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6c39a907
Parents:
38aaacc2 (diff), 80badbe (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 mainline changes.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/sysinfo/stats.h

    r38aaacc2 rf4f866c  
    11/*
    2  * Copyright (c) 2005 Jakub Vana
     2 * Copyright (c) 2010 Martin Decky
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 #include <print.h>
    30 #include <debug.h>
     29/** @addtogroup generic
     30 * @{
     31 */
     32/** @file
     33 */
    3134
    32 #include <test.h>
    33 #include <sysinfo/sysinfo.h>
     35#ifndef KERN_STATS_H_
     36#define KERN_STATS_H_
    3437
    35 const char *test_sysinfo1(void)
    36 {
    37         if (!test_quiet)
    38                 sysinfo_dump(NULL, 0);
    39         return NULL;
    40 }
     38extern void kload(void *arg);
     39extern void stats_init(void);
     40
     41#endif
     42
     43/** @}
     44 */
Note: See TracChangeset for help on using the changeset viewer.