[PATCH 2/6] lib: framework: add new acpica mode flags

Keng-Yü Lin keng-yu.lin at canonical.com
Thu Jul 11 09:53:15 UTC 2013


On Tue, Jul 9, 2013 at 6:03 PM, Colin King <colin.king at canonical.com> wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  src/lib/include/fwts_framework.h | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/src/lib/include/fwts_framework.h b/src/lib/include/fwts_framework.h
> index ab831a9..f365d74 100644
> --- a/src/lib/include/fwts_framework.h
> +++ b/src/lib/include/fwts_framework.h
> @@ -26,6 +26,7 @@
>
>  #include "fwts_log.h"
>  #include "fwts_list.h"
> +#include "fwts_acpica_mode.h"
>
>  #define FWTS_FRAMEWORK_MAGIC   0x2af61aec
>
> @@ -142,6 +143,7 @@ typedef struct {
>         fwts_list errors_filter_keep;           /* Results to keep, empty = keep all */
>         fwts_list errors_filter_discard;        /* Results to discard, empty = discard none */
>         bool error_filtered_out;                /* True if a klog message has been filtered out */
> +       fwts_acpica_mode acpica_mode;           /* ACPICA mode flags */
>  } fwts_framework;
>
>  typedef struct {
> --
> 1.8.1.2
>

Acked-by: Keng-Yu Lin <kengyu at canonical.com>



More information about the fwts-devel mailing list