aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/sandybridge/raminit_tables.h
blob: 4e225552c3b25965e3908473ac0db458653c2103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef RAMINIT_TABLES_H
#define RAMINIT_TABLES_H

#include <types.h>

extern const u32 pattern[32][16];

extern const u8 use_base[63][32];

extern const u8 invert[63][32];

#endif /* RAMINIT_TABLES_H */