2012-03-30 21:01:06 +02:00
|
|
|
/*
|
|
|
|
* This file is part of the coreboot project.
|
|
|
|
*
|
2016-07-25 20:48:03 +02:00
|
|
|
* Copyright 2016 Google Inc.
|
2012-03-30 21:01:06 +02:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; version 2 of the License.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*/
|
|
|
|
|
2016-07-25 20:48:03 +02:00
|
|
|
#ifndef __VBOOT_SYMBOLS_H__
|
|
|
|
#define __VBOOT_SYMBOLS_H__
|
2012-03-30 21:01:06 +02:00
|
|
|
|
2019-02-21 03:39:22 +01:00
|
|
|
#include <symbols.h>
|
|
|
|
|
|
|
|
DECLARE_REGION(vboot2_work)
|
2013-03-02 00:12:26 +01:00
|
|
|
|
2018-11-10 00:35:02 +01:00
|
|
|
DECLARE_REGION(vboot2_tpm_log)
|
|
|
|
|
2016-07-25 20:48:03 +02:00
|
|
|
#endif /* __VBOOT_SYMBOLS_H__ */
|