[SeaBIOS] [PATCH 3/6] tpm: use bool as return parameter

Kevin O'Connor kevin at koconnor.net
Wed Jun 10 16:38:00 CEST 2015


On Tue, Jun 09, 2015 at 07:56:30PM -0400, Stefan Berger wrote:
> Have is_tpm_present and has_working_tpm return bool.

Thanks - this series looks good to me with the exception of this
patch.

> --- a/src/tcgbios.c
> +++ b/src/tcgbios.c
> @@ -12,6 +12,8 @@
>  
>  #include "config.h"
>  
> +#include <stdbool.h>

SeaBIOS doesn't use any standard headers currently, and I don't think
it's worthwhile to add that dependency for bool.

-Kevin



More information about the SeaBIOS mailing list