
add firmware common files into separated project. Included firmware common htt and wmi. Included hardware common header files for napier and hawkeye Change-Id: I8724057eb9aa21f7614231d1943177e780ed16b1 CRs-fixed: 1074308
52 lines
1.7 KiB
C
52 lines
1.7 KiB
C
/*
|
|
* Copyright (c) 2016 The Linux Foundation. All rights reserved.
|
|
*
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
* above copyright notice and this permission notice appear in all
|
|
* copies.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
|
|
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
|
|
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
|
|
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
|
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
|
|
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
* PERFORMANCE OF THIS SOFTWARE.
|
|
*/
|
|
|
|
#ifndef MSMHWIO_H
|
|
#define MSMHWIO_H
|
|
/*
|
|
===========================================================================
|
|
*/
|
|
/**
|
|
@file msmhwio.h
|
|
|
|
Deprecated public interface include file for accessing the HWIO macro
|
|
definitions.
|
|
|
|
The msmhwio.h file is the legacy public API interface to the HW I/O (HWIO)
|
|
register access definitions. See HALhwio.h and DDIHWIO.h for the new
|
|
interfaces.
|
|
*/
|
|
/*
|
|
====================================================================
|
|
$Header: //components/rel/core.mpss/3.9.2/api/systemdrivers/msmhwio.h#1 $ $DateTime: 2016/01/19 23:36:58 $ $Author: pwbldsvc $
|
|
====================================================================
|
|
*/
|
|
|
|
/*=========================================================================
|
|
Include Files
|
|
==========================================================================*/
|
|
|
|
/*
|
|
* Include main HWIO macros.
|
|
*/
|
|
#include "HALhwio.h"
|
|
|
|
|
|
#endif /* MSMHWIO_H */
|
|
|