forked from Imagelibrary/rtems
Misc include file fixes.
This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
|*do not edit here) |
|
||||
|*****************************************************************|
|
||||
|* $Log$
|
||||
|* Revision 1.1 2005/12/31 05:09:25 ralf
|
||||
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|
||||
|* submission).
|
||||
|*
|
||||
|* Revision 1.10 2005/12/09 08:57:03 thomas
|
||||
|* added/modifed file headers
|
||||
|*
|
||||
@@ -41,7 +45,7 @@
|
||||
\*===============================================================*/
|
||||
#include <rtems.h>
|
||||
#include <rtems/error.h>
|
||||
#include "../include/bsp.h"
|
||||
#include <bsp.h>
|
||||
#include "../irq/irq.h"
|
||||
#include "../include/mpc5200.h"
|
||||
#include "../bestcomm/include/ppctypes.h" /* uint32, et. al. */
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
|*do not edit here) |
|
||||
|*****************************************************************|
|
||||
|* $Log$
|
||||
|* Revision 1.1 2005/12/31 05:09:25 ralf
|
||||
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|
||||
|* submission).
|
||||
|*
|
||||
|* Revision 1.9 2005/12/09 08:57:03 thomas
|
||||
|* added/modifed file headers
|
||||
|*
|
||||
@@ -122,10 +126,8 @@
|
||||
/* */
|
||||
/***********************************************************************/
|
||||
|
||||
/*#include "../include/bsp.h"*/
|
||||
#include "../include/bsp.h"
|
||||
#include <bsp.h>
|
||||
#include <rtems/bspIo.h>
|
||||
/*#include "../irq/irq.h"*/
|
||||
#include "../irq/irq.h"
|
||||
|
||||
#include <rtems.h>
|
||||
@@ -133,8 +135,6 @@
|
||||
#include <rtems/libio.h>
|
||||
|
||||
#include <stdlib.h> /* for atexit() */
|
||||
#include "../include/bsp.h"
|
||||
#include "../irq/irq.h"
|
||||
#include "../include/mpc5200.h"
|
||||
|
||||
volatile uint32_t Clock_driver_ticks;
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
|*do not edit here) |
|
||||
|*****************************************************************|
|
||||
|* $Log$
|
||||
|* Revision 1.1 2005/12/31 05:09:25 ralf
|
||||
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|
||||
|* submission).
|
||||
|*
|
||||
|* Revision 1.11 2005/12/09 08:57:03 thomas
|
||||
|* added/modifed file headers
|
||||
|*
|
||||
@@ -114,7 +118,7 @@
|
||||
|
||||
#include <rtems.h>
|
||||
#include "../include/mpc5200.h"
|
||||
#include "../include/bsp.h"
|
||||
#include <bsp.h>
|
||||
#include "../irq/irq.h"
|
||||
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
* @(#) i2c.c,v 1.5 2004/04/21 16:01:34 ralf Exp
|
||||
*/
|
||||
|
||||
#include "../include/bsp.h"
|
||||
#include <bsp.h>
|
||||
#include "../include/i2c.h"
|
||||
|
||||
/* i2c_transfer_sema_done_func --
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
|*do not edit here) |
|
||||
|*****************************************************************|
|
||||
|* $Log$
|
||||
|* Revision 1.1 2005/12/31 05:09:25 ralf
|
||||
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|
||||
|* submission).
|
||||
|*
|
||||
|* Revision 1.8 2005/12/09 08:57:03 thomas
|
||||
|* added/modifed file headers
|
||||
|*
|
||||
@@ -57,7 +61,7 @@
|
||||
* @(#) i2cdrv.c,v 1.6 2004/04/21 16:01:34 ralf Exp
|
||||
*/
|
||||
|
||||
#include "../include/bsp.h"
|
||||
#include <bsp.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@@ -27,6 +27,10 @@
|
||||
|*do not edit here) |
|
||||
|*****************************************************************|
|
||||
|* $Log$
|
||||
|* Revision 1.1 2005/12/31 05:09:25 ralf
|
||||
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|
||||
|* submission).
|
||||
|*
|
||||
|* Revision 1.5 2005/12/09 08:57:03 thomas
|
||||
|* added/modifed file headers
|
||||
|*
|
||||
@@ -40,7 +44,7 @@
|
||||
|*****************************************************************|
|
||||
\*===============================================================*/
|
||||
#include <rtems.h>
|
||||
#include "../include/bsp.h"
|
||||
#include <bsp.h>
|
||||
#include "../irq/irq.h"
|
||||
#include "../include/mpc5200.h"
|
||||
#include "./pcmcia_ide.h"
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
|*do not edit here) |
|
||||
|*****************************************************************|
|
||||
|* $Log$
|
||||
|* Revision 1.1 2005/12/31 05:09:26 ralf
|
||||
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|
||||
|* submission).
|
||||
|*
|
||||
|* Revision 1.10 2005/12/09 09:05:16 thomas
|
||||
|* changed names of board variations
|
||||
|*
|
||||
@@ -103,7 +107,7 @@
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/error.h>
|
||||
#include "../include/bsp.h"
|
||||
#include <bsp.h>
|
||||
#include "../irq/irq.h"
|
||||
#include "../include/mpc5200.h"
|
||||
#include "./pcmcia_ide.h"
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
|*do not edit here) |
|
||||
|*****************************************************************|
|
||||
|* $Log$
|
||||
|* Revision 1.1 2005/12/31 05:09:26 ralf
|
||||
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|
||||
|* submission).
|
||||
|*
|
||||
|* Revision 1.5 2005/12/09 08:57:03 thomas
|
||||
|* added/modifed file headers
|
||||
|*
|
||||
@@ -85,8 +89,7 @@
|
||||
#ifndef __PCMCIA_IDE_h
|
||||
#define __PCMCIA_IDE_h
|
||||
|
||||
/*#include "../include/bsp.h"*/
|
||||
#include "../include/bsp.h"
|
||||
#include <bsp.h>
|
||||
|
||||
#define GPIOPCR_ATA_CS_4_5 (1 << 24)
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#define __RTEMS__I2C_H__
|
||||
|
||||
#include <rtems.h>
|
||||
#include "../include/bsp.h"
|
||||
#include <bsp.h>
|
||||
/* This header file define the generic interface to i2c buses available in
|
||||
* system. This interface may be used by user applications or i2c-device
|
||||
* drivers (like RTC, NVRAM, etc).
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
|*do not edit here) |
|
||||
|*****************************************************************|
|
||||
|* $Log$
|
||||
|* Revision 1.1 2005/12/31 05:09:26 ralf
|
||||
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|
||||
|* submission).
|
||||
|*
|
||||
|* Revision 1.6 2005/12/09 08:57:03 thomas
|
||||
|* added/modifed file headers
|
||||
|*
|
||||
@@ -96,12 +100,9 @@
|
||||
/* */
|
||||
/***********************************************************************/
|
||||
|
||||
/*#include "../include/bsp.h"*/
|
||||
#include "../include/bsp.h"
|
||||
#include <bsp.h>
|
||||
#include <rtems.h>
|
||||
/*#include "../irq/irq.h"*/
|
||||
#include "../irq/irq.h"
|
||||
/*#include <rtems/score/thread.h>*/
|
||||
#include <rtems/score/apiext.h>
|
||||
#include <rtems/bspIo.h>
|
||||
#include "../include/raw_exception.h"
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
|*do not edit here) |
|
||||
|*****************************************************************|
|
||||
|* $Log$
|
||||
|* Revision 1.1 2005/12/31 05:09:26 ralf
|
||||
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|
||||
|* submission).
|
||||
|*
|
||||
|* Revision 1.6 2005/12/09 08:57:03 thomas
|
||||
|* added/modifed file headers
|
||||
|*
|
||||
@@ -92,8 +96,8 @@
|
||||
/* */
|
||||
/***********************************************************************/
|
||||
|
||||
/*#include "../include/bsp.h"*/
|
||||
#include "../include/bsp.h"
|
||||
/*#include <bsp.h>*/
|
||||
#include <bsp.h>
|
||||
#include <rtems.h>
|
||||
/*#include "../irq/irq.h"*/
|
||||
#include "../irq/irq.h"
|
||||
|
||||
@@ -27,6 +27,10 @@
|
||||
|*do not edit here) |
|
||||
|*****************************************************************|
|
||||
|* $Log$
|
||||
|* Revision 1.1 2005/12/31 05:09:26 ralf
|
||||
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|
||||
|* submission).
|
||||
|*
|
||||
|* Revision 1.31 2005/12/11 23:00:27 peter
|
||||
|* initialization according to bitrate and max. no of tq per can bit
|
||||
|*
|
||||
@@ -49,10 +53,10 @@
|
||||
#include <rtems/error.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <string.h>
|
||||
#include "../include/bsp.h"
|
||||
#include <bsp.h>
|
||||
#include "../irq/irq.h"
|
||||
#include "../include/mpc5200.h"
|
||||
#include "../mscan/mscan.h"
|
||||
#include "mscan.h"
|
||||
|
||||
/* #define MSCAN_LOOPBACK */
|
||||
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
|*do not edit here) |
|
||||
|*****************************************************************|
|
||||
|* $Log$
|
||||
|* Revision 1.1 2005/12/31 05:09:26 ralf
|
||||
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|
||||
|* submission).
|
||||
|*
|
||||
|* Revision 1.10 2005/12/06 14:30:42 thomas
|
||||
|* updated name for peripheral register block
|
||||
|*
|
||||
@@ -86,7 +90,7 @@
|
||||
#include <net/if.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/if_ether.h>
|
||||
#include "../include/bsp.h"
|
||||
#include <bsp.h>
|
||||
#include "../irq/irq.h"
|
||||
#include "../include/mpc5200.h"
|
||||
#include <net/if_var.h>
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
|*do not edit here) |
|
||||
|*****************************************************************|
|
||||
|* $Log$
|
||||
|* Revision 1.1 2005/12/31 05:09:26 ralf
|
||||
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|
||||
|* submission).
|
||||
|*
|
||||
|* Revision 1.4 2005/12/09 08:57:03 thomas
|
||||
|* added/modifed file headers
|
||||
|*
|
||||
@@ -98,13 +102,11 @@
|
||||
#include <rtems/libio.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
/*#include "../include/bsp.h"*/
|
||||
#include "../include/bsp.h"
|
||||
#include "../include/mpc5200.h"
|
||||
/*#include "../nvram/nvram.h"*/
|
||||
#include "../nvram/nvram.h"
|
||||
#include "../nvram/m93cxx.h"
|
||||
#include <stdio.h>
|
||||
#include <bsp.h>
|
||||
#include "../include/mpc5200.h"
|
||||
#include "nvram.h"
|
||||
#include "m93cxx.h"
|
||||
|
||||
/*
|
||||
* Simple usec delay function using lower half of HARPO Time Base Register
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
|*do not edit here) |
|
||||
|*****************************************************************|
|
||||
|* $Log$
|
||||
|* Revision 1.1 2005/12/31 05:09:26 ralf
|
||||
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|
||||
|* submission).
|
||||
|*
|
||||
|* Revision 1.3 2005/12/09 08:57:03 thomas
|
||||
|* added/modifed file headers
|
||||
|*
|
||||
@@ -101,8 +105,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* include "../include/bsp.h" */
|
||||
#include "../include/bsp.h"
|
||||
/* include <bsp.h> */
|
||||
#include <bsp.h>
|
||||
|
||||
/* Macros for TBL read access */
|
||||
#define TBL_READ(count) __asm__ volatile ("mftb %0\n" : "=r" (count) : "0" (count))
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
|*do not edit here) |
|
||||
|*****************************************************************|
|
||||
|* $Log$
|
||||
|* Revision 1.1 2005/12/31 05:09:26 ralf
|
||||
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|
||||
|* submission).
|
||||
|*
|
||||
|* Revision 1.7 2005/12/09 08:57:03 thomas
|
||||
|* added/modifed file headers
|
||||
|*
|
||||
@@ -114,17 +118,14 @@
|
||||
/* */
|
||||
/***********************************************************************/
|
||||
|
||||
/*#include "../include/bsp.h"*/
|
||||
#include "../include/bsp.h"
|
||||
#include <bsp.h>
|
||||
#include <rtems/bspIo.h>
|
||||
/*#include "../irq/irq.h"*/
|
||||
#include "../irq/irq.h"
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/clockdrv.h>
|
||||
#include <rtems/libio.h>
|
||||
|
||||
#include "../include/bsp.h"
|
||||
#include "../irq/irq.h"
|
||||
#include "../include/mpc5200.h"
|
||||
#include "../slicetimer/slicetimer.h"
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
|*do not edit here) |
|
||||
|*****************************************************************|
|
||||
|* $Log$
|
||||
|* Revision 1.1 2005/12/31 05:09:26 ralf
|
||||
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|
||||
|* submission).
|
||||
|*
|
||||
|* Revision 1.8 2005/12/09 08:57:03 thomas
|
||||
|* added/modifed file headers
|
||||
|*
|
||||
@@ -114,8 +118,7 @@
|
||||
/* */
|
||||
/***********************************************************************/
|
||||
|
||||
/*#include "../include/bsp.h"*/
|
||||
#include "../include/bsp.h"
|
||||
#include <bsp.h>
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libcsupport.h>
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
|*do not edit here) |
|
||||
|*****************************************************************|
|
||||
|* $Log$
|
||||
|* Revision 1.1 2005/12/31 05:09:26 ralf
|
||||
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|
||||
|* submission).
|
||||
|*
|
||||
|* Revision 1.8 2005/12/09 09:05:16 thomas
|
||||
|* changed names of board variations
|
||||
|*
|
||||
@@ -88,7 +92,7 @@
|
||||
/* */
|
||||
/***********************************************************************/
|
||||
|
||||
#include "../include/bsp.h"
|
||||
#include <bsp.h>
|
||||
#include <rtems/powerpc/registers.h>
|
||||
#include "../include/mpc5200.h"
|
||||
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
|*do not edit here) |
|
||||
|*****************************************************************|
|
||||
|* $Log$
|
||||
|* Revision 1.1 2005/12/31 05:09:26 ralf
|
||||
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|
||||
|* submission).
|
||||
|*
|
||||
|* Revision 1.4 2005/12/06 14:11:12 thomas
|
||||
|* added EB file headers
|
||||
|*
|
||||
@@ -51,7 +55,7 @@
|
||||
* @(#) todcfg.c,v 1.4 2005/01/22 04:12:39 ralf Exp
|
||||
*/
|
||||
|
||||
#include "../include/bsp.h"
|
||||
#include <bsp.h>
|
||||
#include "../include/i2c.h"
|
||||
#include <libchip/rtc.h>
|
||||
#include "../tod/pcf8563.h"
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
|*do not edit here) |
|
||||
|*****************************************************************|
|
||||
|* $Log$
|
||||
|* Revision 1.1 2005/12/31 05:09:26 ralf
|
||||
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|
||||
|* submission).
|
||||
|*
|
||||
|* Revision 1.2 2005/12/09 08:57:03 thomas
|
||||
|* added/modifed file headers
|
||||
|*
|
||||
@@ -88,11 +92,9 @@
|
||||
/* */
|
||||
/***********************************************************************/
|
||||
|
||||
/*#include "../vectors/vectors.h"*/
|
||||
#include "../vectors/vectors.h"
|
||||
#include "../include/raw_exception.h"
|
||||
/*#include "../include/bsp.h"*/
|
||||
#include "../include/bsp.h"
|
||||
#include <bsp.h>
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
extern int mpc60x_vector_is_valid(rtems_vector);
|
||||
|
||||
Reference in New Issue
Block a user