sparc: more platform headers

Previous commit adding these was merged very quickly, so here's one
more...

Change-Id: I23c424db7631db1f0ec48e2d0ae47c8409ae6af2
Reviewed-on: https://review.haiku-os.org/c/1088
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
PulkoMandy
2019-03-03 20:56:20 +00:00
committed by waddlesplash
parent c5769c4f6b
commit c1566b1555
15 changed files with 172 additions and 19 deletions
@@ -0,0 +1,12 @@
/*
* Copyright 2019 Adrien Destugues, [email protected].
* Distributed under the terms of the MIT License.
*/
#ifndef _KERNEL_ARCH_SPARC_CONFIG_H
#define _KERNEL_ARCH_SPARC_CONFIG_H
#define STACK_GROWS_DOWNWARDS
#endif /* _KERNEL_ARCH_SPARC_CONFIG_H */