You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
438 B
15 lines
438 B
8 years ago
|
/*
|
||
|
* Copyright (C) IBM Corporation 2016.
|
||
|
*
|
||
|
* 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; either version
|
||
|
* 2 of the License, or (at your option) any later version.
|
||
|
*
|
||
|
* This file is only necessary because some of the pre-boot decompressors
|
||
|
* expect stdbool.h to be available.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "types.h"
|