root/headers/private/system/arch/sparc/arch_config.h
/*
 * Copyright 2019 Adrien Destugues, pulkomandy@pulkomandy.tk.
 * Distributed under the terms of the MIT License.
 */
#ifndef _KERNEL_ARCH_SPARC_CONFIG_H
#define _KERNEL_ARCH_SPARC_CONFIG_H

#define FUNCTION_CALL_PARAMETER_ALIGNMENT_TYPE  unsigned long

#define STACK_GROWS_DOWNWARDS


#endif  /* _KERNEL_ARCH_SPARC_CONFIG_H */