File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 * University of Stuttgart. All rights reserved.
1010 * Copyright (c) 2004-2005 The Regents of the University of California.
1111 * All rights reserved.
12+ * Copyright (c) 2017 Cisco Systems, Inc. All rights reserved
1213 * $COPYRIGHT$
1314 *
1415 * Additional copyrights may follow
2223#include "opal_config.h"
2324#include <opal/sys/timer.h>
2425
25- OPAL_DECLSPEC extern opal_timer_t opal_timer_linux_freq ;
26-
2726OPAL_DECLSPEC extern opal_timer_t (* opal_timer_base_get_cycles )(void );
2827OPAL_DECLSPEC extern opal_timer_t (* opal_timer_base_get_usec )(void );
2928
Original file line number Diff line number Diff line change 1414 * and Technology (RIST). All rights reserved.
1515 * Copyright (c) 2015-2017 Los Alamos National Security, LLC. All rights
1616 * reserved.
17- * Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
17+ * Copyright (c) 2015-2017 Cisco Systems, Inc. All rights reserved
1818 * Copyright (c) 2017 IBM Corporation. All rights reserved.
19+ * Copyright (c) 2016 Broadcom Limited. All rights reserved.
1920 * $COPYRIGHT$
2021 *
2122 * Additional copyrights may follow
@@ -46,7 +47,7 @@ opal_timer_t (*opal_timer_base_get_cycles)(void) = opal_timer_base_get_cycles_sy
4647opal_timer_t (* opal_timer_base_get_usec )(void ) = opal_timer_base_get_usec_sys_timer ;
4748#endif /* OPAL_HAVE_CLOCK_GETTIME */
4849
49- opal_timer_t opal_timer_linux_freq = {0 };
50+ static opal_timer_t opal_timer_linux_freq = {0 };
5051
5152static int opal_timer_linux_open (void );
5253
You can’t perform that action at this time.
0 commit comments