disk: part_dos: Move header to the main include directory

There are two different struct definitions for MBR partition table
entries: one in part_dos.h and a nearly identical one in part_efi.h.

To enable future consolidation of these two structures, move part_dos.h
to the main include directory. This makes it accessible from other parts
of the codebase, such as part_efi.h, and is the first step toward removing
the redundant definition.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
Javier Martinez Canillas
2026-02-12 21:44:55 +01:00
committed by Heinrich Schuchardt
parent 136faf7b0c
commit 63d52576e7
2 changed files with 1 additions and 1 deletions

View File

@@ -19,7 +19,7 @@
#include <vsprintf.h>
#include <asm/unaligned.h>
#include <linux/compiler.h>
#include "part_dos.h"
#include <part_dos.h>
#include <part.h>
#define DOS_PART_DEFAULT_SECTOR 512