stackinfo.h 238 B

12345678910111213
  1. /*
  2. * Copyright (C) 2017 Hangzhou C-SKY Microsystems co.,ltd.
  3. *
  4. * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB
  5. * in this tarball.
  6. */
  7. #ifndef _STACKINFO_H
  8. #define _STACKINFO_H 1
  9. #define _STACK_GROWS_DOWN 1
  10. #endif