From ea5ebe0809fb31b9f125ac0689f706cc5f3f078f Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 30 Apr 2023 17:06:02 +0300 Subject: rename to kmi --- include/libfdt.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include/libfdt.h') diff --git a/include/libfdt.h b/include/libfdt.h index e9e59b6..3aeaa0f 100644 --- a/include/libfdt.h +++ b/include/libfdt.h @@ -1,19 +1,19 @@ /* SPDX-License-Identifier: GPL-3.0-or-later */ /* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ -#ifndef APOS_LIBFDT_H -#define APOS_LIBFDT_H +#ifndef KMI_LIBFDT_H +#define KMI_LIBFDT_H /** * @file libfdt.h - * Main include file in apos for functions in libfdt. + * Main include file in kmi for functions in libfdt. */ #include "../dtc/libfdt/libfdt.h" -#include -#include +#include +#include -/* apos additions, implementation can be found in common/fdt.c */ +/* kmi additions, implementation can be found in common/fdt.c */ /** * FDT cell info. -- cgit v1.3