Blame src/arch-parisc64.h

Packit Service 10c312
/**
Packit Service 10c312
 * Enhanced Seccomp PARISC Specific Code
Packit Service 10c312
 *
Packit Service 10c312
 * Copyright (c) 2016 Helge Deller <deller@gmx.de>
Packit Service 10c312
 *
Packit Service 10c312
 */
Packit Service 10c312
Packit Service 10c312
/*
Packit Service 10c312
 * This library is free software; you can redistribute it and/or modify it
Packit Service 10c312
 * under the terms of version 2.1 of the GNU Lesser General Public License as
Packit Service 10c312
 * published by the Free Software Foundation.
Packit Service 10c312
 *
Packit Service 10c312
 * This library is distributed in the hope that it will be useful, but WITHOUT
Packit Service 10c312
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
Packit Service 10c312
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
Packit Service 10c312
 * for more details.
Packit Service 10c312
 *
Packit Service 10c312
 * You should have received a copy of the GNU Lesser General Public License
Packit Service 10c312
 * along with this library; if not, see <http://www.gnu.org/licenses>.
Packit Service 10c312
 */
Packit Service 10c312
Packit Service 10c312
#ifndef _ARCH_PARISC64_H
Packit Service 10c312
#define _ARCH_PARISC64_H
Packit Service 10c312
Packit Service 10c312
#include "arch.h"
Packit Service 10c312
Packit Service 10c312
ARCH_DECL(parisc64)
Packit Service 10c312
Packit Service 10c312
#endif