arm32-stub.c (a976c2951d8f376112361830aa7762beff83a205) arm32-stub.c (4febfb8dd08b6f8bafc19f3f9e382a477425b578)
1// SPDX-License-Identifier: GPL-2.0
1/*
2 * Copyright (C) 2013 Linaro Ltd; <roy.franz@linaro.org>
2/*
3 * Copyright (C) 2013 Linaro Ltd; <roy.franz@linaro.org>
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 *
8 */
9#include <linux/efi.h>
10#include <asm/efi.h>
11
12#include "efistub.h"
13
14efi_status_t check_platform_features(efi_system_table_t *sys_table_arg)
15{

--- 234 unchanged lines hidden ---
4 */
5#include <linux/efi.h>
6#include <asm/efi.h>
7
8#include "efistub.h"
9
10efi_status_t check_platform_features(efi_system_table_t *sys_table_arg)
11{

--- 234 unchanged lines hidden ---