9 lines
230 B
C
9 lines
230 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifndef ASM_PARISC_MCKINLEY_H
|
||
|
#define ASM_PARISC_MCKINLEY_H
|
||
|
|
||
|
/* declared in arch/parisc/kernel/setup.c */
|
||
|
extern struct proc_dir_entry * proc_mckinley_root;
|
||
|
|
||
|
#endif /*ASM_PARISC_MCKINLEY_H*/
|