Commit 128d99c0 authored by Ramesh Gupta's avatar Ramesh Gupta Committed by Hari Kanigeri

OMAP4 syslink remove unused files

This patch removes unused include files
Signed-off-by: default avatarRamesh Gupta G <grgupta@ti.com>
parent c1de8ad2
/*
* EasiGlobal.h
*
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
* Copyright (C) 2007 Texas Instruments, Inc.
*
* This package is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
#ifndef __EASIGLOBAL_H
#define __EASIGLOBAL_H
#include <linux/types.h>
/*
* DEFINE: READ_ONLY, WRITE_ONLY & READ_WRITE
*
* DESCRIPTION: Defines used to describe register types for EASI-checker tests.
*/
#define READ_ONLY 1
#define WRITE_ONLY 2
#define READ_WRITE 3
/*
* MACRO: _DEBUG_LEVEL_1_EASI
*
* DESCRIPTION: A MACRO which can be used to indicate that a particular beach
* register access function was called.
*
* NOTE: We currently dont use this functionality.
*/
#define _DEBUG_LEVEL_1_EASI(easiNum) ((void)0)
#endif /* __EASIGLOBAL_H */
# ============================================================================
# @file Makefile
#
# @path $(DSPLINK)/gpp/src/ldrv/
#
# @desc This file is a standard interface to the make scripts.
# Usually no change is required in this file.
#
# @ver 1.51.00.08
# ============================================================================
# Copyright (c) Texas Instruments Incorporated 2002-2008
#
# Use of this software is controlled by the terms and conditions found in the
# license agreement under which this software has been supplied or provided.
# ============================================================================
# ============================================================================
# Set the device type (GPP/DSP)
# ============================================================================
export DEVICETYPE := GPP
export MEMSPACE := KRNL
# ============================================================================
# Get the directory separator used on the development host.
# ============================================================================
ifneq ("$(ComSpec)", "")
ifeq ("$(OSTYPE)", "cygwin")
DIRSEP ?=/
else
DIRSEP ?=\\
endif
else
DIRSEP ?= /
endif
# ============================================================================
# Start the build process
# ============================================================================
include $(NOTIFY)$(DIRSEP)make$(DIRSEP)start.mk
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment