summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/include/soc/mtrr.h
blob: 8746e184ea20c0d2606a399c3a8bb337f4b8b830 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __PICASSO_MTRR_H__
#define __PICASSO_MTRR_H__

void picasso_save_mtrrs(void);
void picasso_restore_mtrrs(void);

#endif /* __PICASSO_MTRR_H__ */