mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-11 02:15:14 +00:00
Merge pull request #945 from antonio-nino-diaz-arm/an/xlat-dependency
xlat: Fix missing header file dependency
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user