1
0
Fork 0
forked from len0rd/rockbox

remove debug-target.h

This commit is contained in:
Rafaël Carré 2012-05-07 00:55:59 -04:00
parent ed38c5d953
commit 7ca2081036
24 changed files with 1 additions and 36 deletions

View file

@ -21,7 +21,6 @@
/* Include Standard files */
#include "at91sam9260.h"
#include "debug-target.h"
#include "config.h"
/*-----------------------------------------------------------------------------

View file

@ -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"

View file

@ -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 */

View file

@ -28,7 +28,6 @@
#include "button.h"
#include "lcd.h"
#include "font.h"
#include "debug-target.h"
#include "adc.h"
bool dbg_ports(void)

View file

@ -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 */

View file

@ -28,7 +28,6 @@
#include "button.h"
#include "lcd.h"
#include "debug.h"
#include "debug-target.h"
#include "font.h"
#include "lcd-target.h"

View file

@ -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"