]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
pcem: hide unused CPU catalog declarations
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Sun, 31 May 2026 04:25:47 +0000 (21:25 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Mon, 1 Jun 2026 21:17:23 +0000 (14:17 -0700)
commitfd8d0676cafbbf018d7b1de127889821f8cb3fe3
tree30d42de5d916b3979b10abbe3814f038275df8b2
parent76385af538b06701362189815f8aadd3c5099974
pcem: hide unused CPU catalog declarations

The embedded bridgeboard glue provides its own file-local CPU tables
and model_init() helper. The public PCem header declarations are not
used by the UAE integration, and some of the names collide with those
local definitions when compiled as C++.

Disable the unused declarations in the imported headers instead of
removing individual entries. This avoids mixed-linkage conflicts while
leaving the original declarations visible in the source for reference.
pcem/cpu.h
pcem/model.h