tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / drivers / intel / fsp1_1 / include / fsp / gop.h
blob8277a23a30918cd7cea37ab0990cf41aa3203166
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2015 Intel Corp.
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 #ifndef _FSP1_1_GOP_H_
17 #define _FSP1_1_GOP_H_
19 /* GOP support */
20 #if IS_ENABLED(CONFIG_GOP_SUPPORT)
22 #include <fsp/gma.h>
24 const optionrom_vbt_t *fsp_get_vbt(uint32_t *vbt_len);
26 #endif /* CONFIG_GOP_SUPPORT */
27 #endif /* _FSP_GOP_H_ */