From 4e7ea02ed492a1fc0b167392361673244f957cce Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 3 Nov 2024 19:58:43 +0100 Subject: IMP: Refactor btb rules of SysChk, NetBoot and MakeFramework/MakeApp. IMP: Rename tools directory to apps. Signed-off-by: Amlal El Mahrouss --- apps/Common.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 apps/Common.h (limited to 'apps/Common.h') diff --git a/apps/Common.h b/apps/Common.h new file mode 100644 index 00000000..a9439bbf --- /dev/null +++ b/apps/Common.h @@ -0,0 +1,14 @@ +/** + Sat Oct 26 07:03:28 AM CEST 2024 + (C) EL Mahrouss Logic. +*/ + +#pragma once + +#include +#include +#include +#include +#include +#include +#include -- cgit v1.2.3