Convert to using use SPDX identifier on wsutil directory
[metze/wireshark/wip.git] / wsutil / cpu_info.h
1 /* cpu_info.h
2  * Declarations of routines to report CPU information
3  *
4  * Wireshark - Network traffic analyzer
5  * By Gerald Combs <gerald@wireshark.org>
6  * Copyright 1998 Gerald Combs
7  *
8  * SPDX-License-Identifier: GPL-2.0+
9  */
10
11 #ifndef __WSUTIL_CPU_INFO_H__
12 #define __WSUTIL_CPU_INFO_H__
13
14 #include "ws_symbol_export.h"
15
16 #ifdef __cplusplus
17 extern "C" {
18 #endif /* __cplusplus */
19
20 #include "ws_symbol_export.h"
21
22 WS_DLL_PUBLIC void get_cpu_info(GString *str);
23
24 #ifdef __cplusplus
25 }
26 #endif /* __cplusplus */
27
28 #endif /* __WSUTIL_CPU_INFO_H__ */