This commit is contained in:
Markus Fröschle
2012-12-04 20:58:11 +00:00
parent 941189d5e1
commit 5d95e8d4e0

View File

@@ -29,12 +29,8 @@
#define __SYSINIT_H__
#include <bas_types.h>
extern void wait_10us(void);
extern inline bool waitfor(uint32_t us, int (*condition)(void));
/* send a 16-bit word out on the serial port */
#define uart_out_word(a) MCF_PSC0_PSCTB_8BIT = (a)
/* adresses where FPGA data lives in flash */
#define FPGA_FLASH_DATA ((uint8_t *) 0xe0700000L)
#define FPGA_FLASH_DATA_END ((uint8_t *) 0xe0800000L)