]> Git Repo - linux.git/blob - arch/openrisc/include/asm/setup.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / arch / openrisc / include / asm / setup.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2021 Stafford Horne
4  */
5 #ifndef _ASM_OR1K_SETUP_H
6 #define _ASM_OR1K_SETUP_H
7
8 #include <linux/init.h>
9 #include <asm-generic/setup.h>
10
11 #ifndef __ASSEMBLY__
12 void __init or1k_early_setup(void *fdt);
13 #endif
14
15 #endif /* _ASM_OR1K_SETUP_H */
This page took 0.040316 seconds and 4 git commands to generate.