bsp/qoriq: Add struct qoriq to allow forward decls

This commit is contained in:
Sebastian Huber
2018-09-06 07:03:49 +02:00
parent 54d87f2e52
commit 2f61eb210c

View File

@@ -299,7 +299,7 @@ typedef struct {
QORIQ_RESERVE(0x000000, 0x100000);
} qoriq_fman;
typedef struct {
typedef struct qoriq_ccsr {
qoriq_lcc lcc;
QORIQ_FILL(0x000000, 0x000c00, qoriq_lcc);
qoriq_law law [32];
@@ -436,7 +436,7 @@ typedef struct {
typedef struct {
} qoriq_boot_rom;
typedef struct {
typedef struct qoriq_ccsr {
qoriq_lcc lcc;
QORIQ_FILL(0x00000, 0x00c08, qoriq_lcc);
qoriq_law law [12];