mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-01 11:36:49 +07:00
7c59d28d0e
After the preparational steps the unification was simple. The linux_prom_pci_registers definition did not look like it could be unified at first look since the structure is assigned using prop_getproperty() / of_get_property() so the structure is assumed to come direct form the prom. The LINUX_OPPROM_MAGIC was kept even if it is not used by the kernel on the assumption that userspace may require it. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
26 lines
524 B
Makefile
26 lines
524 B
Makefile
# User exported sparc header files
|
|
include include/asm-generic/Kbuild.asm
|
|
|
|
header-y += ipcbuf_32.h
|
|
header-y += ipcbuf_64.h
|
|
|
|
header-y += apc.h
|
|
header-y += asi.h
|
|
header-y += display7seg.h
|
|
header-y += envctrl.h
|
|
header-y += fbio.h
|
|
header-y += jsflash.h
|
|
header-y += openprom.h
|
|
header-y += openpromio.h
|
|
header-y += perfctr.h
|
|
header-y += psrcompat.h
|
|
header-y += psr.h
|
|
header-y += pstate.h
|
|
header-y += reg.h
|
|
header-y += reg_32.h
|
|
header-y += reg_64.h
|
|
header-y += traps.h
|
|
header-y += uctx.h
|
|
header-y += utrap.h
|
|
header-y += watchdog.h
|