Changeset f4f866c in mainline for kernel/generic/include/sysinfo/stats.h
- Timestamp:
- 2010-04-23T21:42:26Z (15 years ago)
- 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. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/sysinfo/stats.h
r38aaacc2 rf4f866c 1 1 /* 2 * Copyright (c) 20 05 Jakub Vana2 * Copyright (c) 2010 Martin Decky 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 #include <print.h> 30 #include <debug.h> 29 /** @addtogroup generic 30 * @{ 31 */ 32 /** @file 33 */ 31 34 32 #i nclude <test.h>33 # include <sysinfo/sysinfo.h>35 #ifndef KERN_STATS_H_ 36 #define KERN_STATS_H_ 34 37 35 const char *test_sysinfo1(void) 36 { 37 if (!test_quiet) 38 sysinfo_dump(NULL, 0); 39 return NULL; 40 } 38 extern void kload(void *arg); 39 extern void stats_init(void); 40 41 #endif 42 43 /** @} 44 */
Note:
See TracChangeset
for help on using the changeset viewer.