From b63264c8342e6a1b6971c79550d2af2024b6a4de Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 14 Aug 2018 18:52:30 +0100 Subject: New upstream version 18.08 Change-Id: I32fdf5e5016556d9c0a6d88ddaf1fc468961790a Signed-off-by: Luca Boccassi --- examples/ip_pipeline/common.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/ip_pipeline/common.h (limited to 'examples/ip_pipeline/common.h') diff --git a/examples/ip_pipeline/common.h b/examples/ip_pipeline/common.h new file mode 100644 index 00000000..0886dfbe --- /dev/null +++ b/examples/ip_pipeline/common.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright(c) 2010-2018 Intel Corporation + */ + +#ifndef _INCLUDE_COMMON_H_ +#define _INCLUDE_COMMON_H_ + +#ifndef NAME_SIZE +#define NAME_SIZE 64 +#endif + +#endif /* _INCLUDE_COMMON_H_ */ -- cgit 1.2.3-korg