1/*
2 * Copyright 2019 Adrien Destugues, pulkomandy@pulkomandy.tk.
3 * Distributed under the terms of the MIT License.
4 */
5#ifndef _KERNEL_ARCH_SPARC_CONFIG_H
6#define _KERNEL_ARCH_SPARC_CONFIG_H
7
8#define FUNCTION_CALL_PARAMETER_ALIGNMENT_TYPE  unsigned long
9
10#define STACK_GROWS_DOWNWARDS
11
12
13#endif	/* _KERNEL_ARCH_SPARC_CONFIG_H */
14