Blame src/libpfm-3.y/lib/pfmlib_powerpc_priv.h

Packit 577717
/*
Packit 577717
 * Permission is hereby granted, free of charge, to any person obtaining a
Packit 577717
 * copy of this software and associated documentation files (the "Software"),
Packit 577717
 * to deal in the Software without restriction, including without limitation
Packit 577717
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Packit 577717
 * and/or sell copies of the Software, and to permit persons to whom the
Packit 577717
 * Software is furnished to do so, subject to the following conditions:
Packit 577717
 *
Packit 577717
 * The above copyright notice and this permission notice shall be included in
Packit 577717
 * all copies or substantial portions of the Software.
Packit 577717
 *
Packit 577717
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Packit 577717
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Packit 577717
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Packit 577717
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Packit 577717
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
Packit 577717
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
Packit 577717
 * IN THE SOFTWARE.
Packit 577717
 *
Packit 577717
 * pfmlib_pentium4_priv.h
Packit 577717
 *
Packit 577717
 * Structures and definitions for use in the Pentium4/Xeon/EM64T libpfm code.
Packit 577717
 */
Packit 577717
Packit 577717
#ifndef _PFMLIB_POWERPC_PRIV_H_
Packit 577717
#define _PFMLIB_POWERPC_PRIV_H_
Packit 577717
Packit 577717
#endif
Packit 577717