aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-01-07 20:24:34 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2022-01-07 20:24:34 +0200
commit8d90fb3e4a5d02df75584016563ef84901967b9f (patch)
treefeaed31af9d6eeaad0402dec91ad6cfce5c071b4 /common
parentadeac5a8ce9c06ad589d2dd6ee137071ba865d0c (diff)
downloadkmi-8d90fb3e4a5d02df75584016563ef84901967b9f.tar.gz
kmi-8d90fb3e4a5d02df75584016563ef84901967b9f.zip
Merged bits.h and bytes.h
Diffstat (limited to 'common')
-rw-r--r--common/bits.c (renamed from common/bytes.c)2
-rw-r--r--common/elf.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/bytes.c b/common/bits.c
index a5b3c4a..ca99ed2 100644
--- a/common/bytes.c
+++ b/common/bits.c
@@ -1,6 +1,6 @@
#include <apos/types.h>
#include <apos/attrs.h>
-#include <apos/bytes.h>
+#include <apos/bits.h>
#include <apos/builtin.h>
#undef __bswap16
diff --git a/common/elf.c b/common/elf.c
index 6b7b6dd..9ce357d 100644
--- a/common/elf.c
+++ b/common/elf.c
@@ -1,6 +1,6 @@
#include <apos/elf.h>
#include <apos/vmem.h>
-#include <apos/bytes.h>
+#include <apos/bits.h>
#include <apos/string.h>
static uint8_t __elf_to_uvflags(uint8_t elf_flags)