Included stdint.h.

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@54 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 23 years ago
parent efacc0ccca
commit 7cb1c1062b

@ -34,6 +34,10 @@
#include <common.h>
#if LANGUAGE == C
#include <stdint.h>
#endif
/* GPCLK Registers (Serial Port 1) */
#define GPCLK_BASE 0x80020060

@ -34,6 +34,10 @@
#include <common.h>
#if LANGUAGE == C
#include <stdint.h>
#endif
/* GPIO Registers */
#define GPIO_BASE 0x90040000

@ -33,7 +33,10 @@
#define SA11X0_UART_H
#include <common.h>
#if LANGUAGE == C
#include <stdint.h>
#endif
/* UART Registers (Serial Port 1, 2 and 3) */

Loading…
Cancel
Save