#ifndef _STACKINFO_H #define _STACKINFO_H 1 /* On riscv the stack grows down. */ #define _STACK_GROWS_DOWN 1 #endif /* stackinfo.h */