probe_roms.c (52ae18ac80fbdd268720b0daa27ac797a801500c) | probe_roms.c (88f3b62ac131e2549b6c262cacbd47e8cca42d6e) |
---|---|
1/* 2 * This file is provided under a dual BSD/GPLv2 license. When using or 3 * redistributing this file, you may do so under either license. 4 * 5 * GPL LICENSE SUMMARY 6 * 7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 8 * --- 19 unchanged lines hidden (view full) --- 28#include <linux/firmware.h> 29#include <linux/uaccess.h> 30#include <linux/efi.h> 31#include <asm/probe_roms.h> 32 33#include "isci.h" 34#include "task.h" 35#include "sci_controller_constants.h" | 1/* 2 * This file is provided under a dual BSD/GPLv2 license. When using or 3 * redistributing this file, you may do so under either license. 4 * 5 * GPL LICENSE SUMMARY 6 * 7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 8 * --- 19 unchanged lines hidden (view full) --- 28#include <linux/firmware.h> 29#include <linux/uaccess.h> 30#include <linux/efi.h> 31#include <asm/probe_roms.h> 32 33#include "isci.h" 34#include "task.h" 35#include "sci_controller_constants.h" |
36#include "scic_remote_device.h" | |
37#include "sci_environment.h" 38#include "probe_roms.h" 39 40struct efi_variable { 41 efi_char16_t VariableName[1024/sizeof(efi_char16_t)]; 42 efi_guid_t VendorGuid; 43 unsigned long DataSize; 44 __u8 Data[1024]; --- 223 unchanged lines hidden --- | 36#include "sci_environment.h" 37#include "probe_roms.h" 38 39struct efi_variable { 40 efi_char16_t VariableName[1024/sizeof(efi_char16_t)]; 41 efi_guid_t VendorGuid; 42 unsigned long DataSize; 43 __u8 Data[1024]; --- 223 unchanged lines hidden --- |