aboutsummaryrefslogtreecommitdiff
path: root/src/parisc/machine-create.h
blob: 8b15f3a8a2029814c7ea9addd171c87e95c0fa32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
static struct machine_info CONCAT(machine_, MACHINE)  = {
	.pdc_modelstr = PARISC_MODEL,
	.pdc_model = { PARISC_PDC_MODEL },
	.pdc_version = PARISC_PDC_VERSION,
	.pdc_cpuid = PARISC_PDC_CPUID,
	.pdc_caps = PARISC_PDC_CAPABILITIES,
	.pdc_entry = PARISC_PDC_ENTRY_ORG,
	.pdc_cache_info = { PARISC_PDC_CACHE_INFO },
	.device_list = { PARISC_DEVICE_LIST },
};

#undef MACHINE
#undef PARISC_MODEL
#undef PARISC_PDC_MODEL
#undef PARISC_PDC_VERSION
#undef PARISC_PDC_CPUID
#undef PARISC_PDC_CAPABILITIES
#undef PARISC_PDC_ENTRY_ORG
#undef PARISC_PDC_CACHE_INFO
#undef PARISC_DEVICE_LIST