Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
6cfba92c
Commit
6cfba92c
authored
May 22, 2017
by
danh-arm
Committed by
GitHub
May 22, 2017
Browse files
Merge pull request #945 from antonio-nino-diaz-arm/an/xlat-dependency
xlat: Fix missing header file dependency
parents
81602a97
b506f304
Changes
2
Show whitespace changes
Inline
Side-by-side
lib/xlat_tables_v2/aarch32/xlat_tables_arch.h
View file @
6cfba92c
...
...
@@ -10,6 +10,7 @@
#include <arch.h>
#include <platform_def.h>
#include <xlat_tables_defs.h>
#include "../xlat_tables_private.h"
/*
* In AArch32 state, the MMU only supports 4KB page granularity, which means
...
...
lib/xlat_tables_v2/aarch64/xlat_tables_arch.h
View file @
6cfba92c
...
...
@@ -10,6 +10,7 @@
#include <arch.h>
#include <platform_def.h>
#include <xlat_tables_defs.h>
#include "../xlat_tables_private.h"
/*
* In AArch64 state, the MMU may support 4 KB, 16 KB and 64 KB page
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment