From eac07b2bd689ef4b9ad2d8a25c6893f1afeec292 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 9 Jan 2017 00:13:58 +0000 Subject: [PATCH] xlat: provide fallback definitions for BSG_FLAG_* constants BSG_FLAG_* constants were introduced later than the header file where they are defined. * xlat/bsg_flags.in: Add default values for constants. --- xlat/bsg_flags.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xlat/bsg_flags.in b/xlat/bsg_flags.in index 2f7bb027..6ef77729 100644 --- a/xlat/bsg_flags.in +++ b/xlat/bsg_flags.in @@ -1,2 +1,2 @@ -BSG_FLAG_Q_AT_TAIL -BSG_FLAG_Q_AT_HEAD +BSG_FLAG_Q_AT_TAIL 0x10 +BSG_FLAG_Q_AT_HEAD 0x20 -- 2.40.0