]> Git Repo - J-linux.git/blob - arch/microblaze/include/asm/setup.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / microblaze / include / asm / setup.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2007-2009 Michal Simek <[email protected]>
4  * Copyright (C) 2007-2009 PetaLogix
5  * Copyright (C) 2006 Atmark Techno, Inc.
6  */
7 #ifndef _ASM_MICROBLAZE_SETUP_H
8 #define _ASM_MICROBLAZE_SETUP_H
9
10 #include <uapi/asm/setup.h>
11
12 # ifndef __ASSEMBLY__
13 extern char cmd_line[COMMAND_LINE_SIZE];
14
15 extern char *klimit;
16
17 extern void mmu_reset(void);
18
19 void machine_early_init(const char *cmdline, unsigned int ram,
20                 unsigned int fdt, unsigned int msr, unsigned int tlb0,
21                 unsigned int tlb1);
22
23 void machine_restart(char *cmd);
24 void machine_shutdown(void);
25 void machine_halt(void);
26 void machine_power_off(void);
27
28 # endif /* __ASSEMBLY__ */
29 #endif /* _ASM_MICROBLAZE_SETUP_H */
This page took 0.028761 seconds and 4 git commands to generate.