tboot.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) tboot.h (a61127c2130236168321cc76c5a58e15c00ad154)
1/* SPDX-License-Identifier: GPL-2.0-only */
1/*
2 * tboot.h: shared data structure with tboot and kernel and functions
3 * used by kernel for runtime support of Intel(R) Trusted
4 * Execution Technology
5 *
6 * Copyright (c) 2006-2009, Intel Corporation
2/*
3 * tboot.h: shared data structure with tboot and kernel and functions
4 * used by kernel for runtime support of Intel(R) Trusted
5 * Execution Technology
6 *
7 * Copyright (c) 2006-2009, Intel Corporation
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 _LINUX_TBOOT_H
24#define _LINUX_TBOOT_H
25
26/* these must have the values from 0-5 in this order */
27enum {
28 TB_SHUTDOWN_REBOOT = 0,

--- 134 unchanged lines hidden ---
8 */
9
10#ifndef _LINUX_TBOOT_H
11#define _LINUX_TBOOT_H
12
13/* these must have the values from 0-5 in this order */
14enum {
15 TB_SHUTDOWN_REBOOT = 0,

--- 134 unchanged lines hidden ---