update epan/dissectors/pidl/drsuapi/drsuapi.idl from samba
[wireshark-sm.git] / wsutil / cpu_info.h
blobe2e011a25a2873c99dcb80681a41c806e915464b
1 /** @file
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
9 */
11 #ifndef __WSUTIL_CPU_INFO_H__
12 #define __WSUTIL_CPU_INFO_H__
14 #include <wireshark.h>
16 #ifdef __cplusplus
17 extern "C" {
18 #endif /* __cplusplus */
20 WS_DLL_PUBLIC void get_cpu_info(GString *str);
22 #ifdef __cplusplus
24 #endif /* __cplusplus */
26 #endif /* __WSUTIL_CPU_INFO_H__ */