20 lines
378 B
C
20 lines
378 B
C
/*
|
|
* Copyright (c) 2011-2015, Wind River Systems, Inc.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* @file
|
|
* @brief System/hardware module for the ia32 platform
|
|
*
|
|
* This module provides routines to initialize and support board-level hardware
|
|
* for the ia32 platform.
|
|
*/
|
|
|
|
#include <kernel.h>
|
|
#include "soc.h"
|
|
#include <uart.h>
|
|
#include <device.h>
|
|
#include <init.h>
|