blob: 4e225552c3b25965e3908473ac0db458653c2103 [file] [log] [blame]
Angel Pons7f6586f2020-03-21 12:45:12 +01001/* SPDX-License-Identifier: GPL-2.0-only */
2/* This file is part of the coreboot project. */
3
4#ifndef RAMINIT_TABLES_H
5#define RAMINIT_TABLES_H
6
7#include <types.h>
8
9extern const u32 pattern[32][16];
10
11extern const u8 use_base[63][32];
12
13extern const u8 invert[63][32];
14
15#endif /* RAMINIT_TABLES_H */