mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 23:03:06 +00:00
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*/
|