view include/os/svcNums.h @ 150:e72f984619c7

Consolidated a lot of the defines which relate to the memory layout There is a new file (include/os/memLayout.h) which now includes just about all the #defines
author Jonathan Pevarnek <pevarnj@gmail.com>
date Wed, 02 Nov 2011 09:55:09 -0400
parents 32560561ccea
children
line wrap: on
line source

#ifndef __SVCNUMS_H
#define __SVCNUMS_H

#define SVC_EXIT 0
#define SVC_PRINT 1
#define SVC_READ 2
#define SVC_FINFO 3
#define SVC_GETHEAP 4

#endif //__SVCNUMS_H