2 * Declarations of routines to report CPU information
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
11 #ifndef __WSUTIL_CPU_INFO_H__
12 #define __WSUTIL_CPU_INFO_H__
14 #include <wireshark.h>
18 #endif /* __cplusplus */
20 WS_DLL_PUBLIC
void get_cpu_info(GString
*str
);
24 #endif /* __cplusplus */
26 #endif /* __WSUTIL_CPU_INFO_H__ */