mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02: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*/
|