summaryrefslogtreecommitdiff
path: root/firmware/export/pl080.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-03-28 19:34:50 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-03-29 00:49:06 +0100
commit6450cbbdca62fe5fa9e58b835b29b35bf4079286 (patch)
treec1f2a6185faf2a4f761c3af8575e46a744885306 /firmware/export/pl080.h
parent022dfe7ab3ae17987763a1838e274dd7be4482d6 (diff)
downloadrockbox-6450cbbdca62fe5fa9e58b835b29b35bf4079286.tar.gz
rockbox-6450cbbdca62fe5fa9e58b835b29b35bf4079286.zip
headers: Don't blindly include <inttypes.h> in files used by ASM
Causes things to go boom with newer toolchains. Change-Id: Ibd00edc9ea16aae8115b63ebce08ac920b0608a2
Diffstat (limited to 'firmware/export/pl080.h')
-rw-r--r--firmware/export/pl080.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/pl080.h b/firmware/export/pl080.h
index 9e48f07f0c..fe0013b59d 100644
--- a/firmware/export/pl080.h
+++ b/firmware/export/pl080.h
@@ -24,6 +24,7 @@
24/* 24/*
25 * ARM PrimeCell PL080 Multiple Master DMA controller 25 * ARM PrimeCell PL080 Multiple Master DMA controller
26 */ 26 */
27#include <stdint.h>
27#include <stddef.h> 28#include <stddef.h>
28#include <stdbool.h> 29#include <stdbool.h>
29 30