diff options
author | Laurent Vivier <laurent@vivier.eu> | 2020-12-20 12:26:09 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2021-02-11 21:56:42 +0100 |
commit | 382d71af7d61620ffb023962f83cc4786303c60d (patch) | |
tree | 92454b5b766fb8996396c3181e058d70baceb8c4 /MAINTAINERS | |
parent | 7525a9b94c0c5733b8450c9451ca1de334f71ed8 (diff) |
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 |