diff options
author | Laurent Vivier | 2020-12-20 12:26:09 +0100 |
---|---|---|
committer | Laurent Vivier | 2021-02-11 21:56:42 +0100 |
commit | 382d71af7d61620ffb023962f83cc4786303c60d (patch) | |
tree | 92454b5b766fb8996396c3181e058d70baceb8c4 /MAINTAINERS | |
parent | m68k: add MSP detection support for stack pointer swap helpers (diff) | |
download | qemu-382d71af7d61620ffb023962f83cc4786303c60d.tar.gz qemu-382d71af7d61620ffb023962f83cc4786303c60d.tar.xz qemu-382d71af7d61620ffb023962f83cc4786303c60d.zip |
m68k: import bootinfo headers from linux
Copy bootinfo.h and bootinfo-mac.h from arch/m68k/include/uapi/asm/
to include/standard-headers/asm-m68k/
Imported from linux v5.9 but didn't change since v4.14 (header update)
and since v4.10 (content update).
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20201220112615.933036-2-laurent@vivier.eu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8d8b0bf966..5f2ce9c1d0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1106,6 +1106,8 @@ F: hw/nubus/* F: hw/display/macfb.c F: hw/block/swim.c F: hw/m68k/bootinfo.h +F: include/standard-headers/asm-m68k/bootinfo.h +F: include/standard-headers/asm-m68k/bootinfo-mac.h F: include/hw/misc/mac_via.h F: include/hw/nubus/* F: include/hw/display/macfb.h |