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