forked from len0rd/rockbox
remove debug-target.h
This commit is contained in:
parent
ed38c5d953
commit
7ca2081036
24 changed files with 1 additions and 36 deletions
|
@ -21,7 +21,6 @@
|
|||
|
||||
/* Include Standard files */
|
||||
#include "at91sam9260.h"
|
||||
#include "debug-target.h"
|
||||
#include "config.h"
|
||||
|
||||
/*-----------------------------------------------------------------------------
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include "button.h"
|
||||
#include "lcd.h"
|
||||
#include "font.h"
|
||||
#include "debug-target.h"
|
||||
#include "mc13783.h"
|
||||
#include "adc.h"
|
||||
#include "ccm-imx31.h"
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
/***************************************************************************
|
||||
* __________ __ ___.
|
||||
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
|
||||
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
|
||||
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
||||
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
||||
* \/ \/ \/ \/ \/
|
||||
* $Id$
|
||||
*
|
||||
* Copyright (C) 2007 by Karl Kurbjun
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
* as published by the Free Software Foundation; either version 2
|
||||
* of the License, or (at your option) any later version.
|
||||
*
|
||||
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
||||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
#ifndef DEBUG_TARGET_H
|
||||
#define DEBUG_TARGET_H
|
||||
|
||||
bool __dbg_dvfs_dptc(void);
|
||||
|
||||
#endif /* DEBUG_TARGET_H */
|
|
@ -28,7 +28,6 @@
|
|||
#include "button.h"
|
||||
#include "lcd.h"
|
||||
#include "font.h"
|
||||
#include "debug-target.h"
|
||||
#include "adc.h"
|
||||
|
||||
bool dbg_ports(void)
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include "button.h"
|
||||
#include "lcd.h"
|
||||
#include "font.h"
|
||||
#include "debug-target.h"
|
||||
#include "adc.h"
|
||||
|
||||
/* IRQ status registers of debug interest only */
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include "button.h"
|
||||
#include "lcd.h"
|
||||
#include "debug.h"
|
||||
#include "debug-target.h"
|
||||
#include "font.h"
|
||||
#include "lcd-target.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "jz4740.h"
|
||||
#include "debug-target.h"
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include "lcd.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue