archrandom.h (664b0bae0b87f69bc9deb098f5e0158b9cf18e04) | archrandom.h (a61127c2130236168321cc76c5a58e15c00ad154) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ |
|
1/* 2 * This file is part of the Linux kernel. 3 * 4 * Copyright (c) 2011-2014, Intel Corporation 5 * Authors: Fenghua Yu <fenghua.yu@intel.com>, 6 * H. Peter Anvin <hpa@linux.intel.com> | 2/* 3 * This file is part of the Linux kernel. 4 * 5 * Copyright (c) 2011-2014, Intel Corporation 6 * Authors: Fenghua Yu <fenghua.yu@intel.com>, 7 * H. Peter Anvin <hpa@linux.intel.com> |
7 * 8 * This program is free software; you can redistribute it and/or modify it 9 * under the terms and conditions of the GNU General Public License, 10 * version 2, as published by the Free Software Foundation. 11 * 12 * This program is distributed in the hope it will be useful, but WITHOUT 13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 * more details. 16 * 17 * You should have received a copy of the GNU General Public License along with 18 * this program; if not, write to the Free Software Foundation, Inc., 19 * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 20 * | |
21 */ 22 23#ifndef ASM_X86_ARCHRANDOM_H 24#define ASM_X86_ARCHRANDOM_H 25 26#include <asm/processor.h> 27#include <asm/cpufeature.h> 28 --- 100 unchanged lines hidden --- | 8 */ 9 10#ifndef ASM_X86_ARCHRANDOM_H 11#define ASM_X86_ARCHRANDOM_H 12 13#include <asm/processor.h> 14#include <asm/cpufeature.h> 15 --- 100 unchanged lines hidden --- |