parisc: Make existing core files reuseable for bootloader

Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
Helge Deller
2017-08-20 10:52:22 +02:00
parent 2f3c7b8137
commit f5213b2c40
4 changed files with 24 additions and 1 deletions

View File

@@ -5,6 +5,8 @@
#if !defined(__ASSEMBLY__)
extern int parisc_narrow_firmware;
extern int pdc_type;
extern unsigned long parisc_cell_num; /* cell number the CPU runs on (PAT) */
extern unsigned long parisc_cell_loc; /* cell location of CPU (PAT) */