view include/os/scall.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 03be5ed1f609
children
line wrap: on
line source

#ifndef __SCALL_H
#define __SCALL_H

#include <os/psw.h>
#include <os/pcb.h>

PCB shellPCB;

void end_program();
u64 svc_handler(u64 callCode, u64 a, u64 b, u64 c, u64 d);

#endif //__SCALL_H