forked from LLNL/msr-safe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
msr_batch.h
34 lines (33 loc) · 1.31 KB
/
msr_batch.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
# Copyright (c) 2011, 2012, 2013, 2014, 2015 by Lawrence Livermore National Security, LLC. LLNL-CODE-645430
# Produced at the Lawrence Livermore National Laboratory.
# Written by Marty McFadden, Kathleen Shoga and Barry Rountree (mcfadden1|shoga1|rountree@llnl.gov).
# All rights reserved.
#
# This file is part of msr-safe.
#
# msr-safe is free software: you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation, either
# version 3 of the License, or (at your option) any
# later version.
#
# msr-safe is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along
# with msr-safe. If not, see <http://www.gnu.org/licenses/>.
#
# This material is based upon work supported by the U.S. Department
# of Energy's Lawrence Livermore National Laboratory. Office of
# Science, under Award number DE-AC52-07NA27344.
*/
#ifndef MSR_BATCH_INC
#define MSR_BATCH_INC 1
#include "msr.h"
extern void msrbatch_cleanup(void);
extern int msrbatch_init(void);
#endif /* MSR_BATCH_INC */