File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 9
9
* University of Stuttgart. All rights reserved.
10
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
11
* All rights reserved.
12
+ * Copyright (c) 2017 Cisco Systems, Inc. All rights reserved
12
13
* $COPYRIGHT$
13
14
*
14
15
* Additional copyrights may follow
22
23
#include "opal_config.h"
23
24
#include <opal/sys/timer.h>
24
25
25
- OPAL_DECLSPEC extern opal_timer_t opal_timer_linux_freq ;
26
-
27
26
OPAL_DECLSPEC extern opal_timer_t (* opal_timer_base_get_cycles )(void );
28
27
OPAL_DECLSPEC extern opal_timer_t (* opal_timer_base_get_usec )(void );
29
28
Original file line number Diff line number Diff line change 14
14
* and Technology (RIST). All rights reserved.
15
15
* Copyright (c) 2015-2017 Los Alamos National Security, LLC. All rights
16
16
* reserved.
17
- * Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
17
+ * Copyright (c) 2015-2017 Cisco Systems, Inc. All rights reserved
18
18
* Copyright (c) 2016 Broadcom Limited. All rights reserved.
19
19
* $COPYRIGHT$
20
20
*
@@ -49,7 +49,7 @@ opal_timer_t (*opal_timer_base_get_cycles)(void) = opal_timer_base_get_cycles_sy
49
49
opal_timer_t (* opal_timer_base_get_usec )(void ) = opal_timer_base_get_usec_sys_timer ;
50
50
#endif /* OPAL_HAVE_CLOCK_GETTIME */
51
51
52
- opal_timer_t opal_timer_linux_freq = {0 };
52
+ static opal_timer_t opal_timer_linux_freq = {0 };
53
53
54
54
static int opal_timer_linux_open (void );
55
55
You can’t perform that action at this time.
0 commit comments