tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / northbridge / amd / amdmct / mct_ddr3 / s3utils.h
blob537049661581177d850b51c2484cbc20c9794882
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2015 Timothy Pearson <tpearson@raptorengineeringinc.com>, Raptor Engineering
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
16 #include "../wrappers/mcti.h"
17 #include "mct_d.h"
19 #ifdef __RAMSTAGE__
20 int8_t save_mct_information_to_nvram(void);
21 #endif
22 int8_t restore_mct_information_from_nvram(void);
23 void copy_mct_data_to_save_variable(struct amd_s3_persistent_data* persistent_data);
24 void restore_mct_data_from_save_variable(struct amd_s3_persistent_data* persistent_data);