host.c (cc9203bf381a465cd115762b9cf7c9a313c874bc) | host.c (63a3a15fb00ef49e50e98ff675094afcd92f113a) |
---|---|
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 * --- 52 unchanged lines hidden (view full) --- 61#include "probe_roms.h" 62#include "remote_device.h" 63#include "request.h" 64#include "scic_io_request.h" 65#include "scic_sds_port_configuration_agent.h" 66#include "sci_util.h" 67#include "scu_completion_codes.h" 68#include "scu_event_codes.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 * --- 52 unchanged lines hidden (view full) --- 61#include "probe_roms.h" 62#include "remote_device.h" 63#include "request.h" 64#include "scic_io_request.h" 65#include "scic_sds_port_configuration_agent.h" 66#include "sci_util.h" 67#include "scu_completion_codes.h" 68#include "scu_event_codes.h" |
69#include "scu_registers.h" | 69#include "registers.h" |
70#include "scu_remote_node_context.h" 71#include "scu_task_context.h" 72#include "scu_unsolicited_frame.h" 73#include "timers.h" 74 75#define SCU_CONTEXT_RAM_INIT_STALL_TIME 200 76 77/** --- 3147 unchanged lines hidden --- | 70#include "scu_remote_node_context.h" 71#include "scu_task_context.h" 72#include "scu_unsolicited_frame.h" 73#include "timers.h" 74 75#define SCU_CONTEXT_RAM_INIT_STALL_TIME 200 76 77/** --- 3147 unchanged lines hidden --- |