From 01cb5540bd7b391f9a19c79b284fdfc4385afc06 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 12 Apr 2016 07:31:01 +0200 Subject: shell: Add CPUINFO command Update #2723. --- cpukit/libmisc/cpuuse/cpuuse.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/libmisc/cpuuse/cpuuse.h') diff --git a/cpukit/libmisc/cpuuse/cpuuse.h b/cpukit/libmisc/cpuuse/cpuuse.h index 55777186f8..23f58faf1b 100644 --- a/cpukit/libmisc/cpuuse/cpuuse.h +++ b/cpukit/libmisc/cpuuse/cpuuse.h @@ -73,6 +73,13 @@ void rtems_cpu_usage_top( void ); void rtems_cpu_usage_reset( void ); +/** + * @brief Reports per-processor information. + * + * @return The number of characters printed. + */ +int rtems_cpu_info_report( const rtems_printer *printer ); + #ifdef __cplusplus } #endif -- cgit v1.2.3