view include/os/scall.h @ 123:2a35ea7e123b

Moved the psw and registers into a program control block structure
author Jonathan Pevarnek <pevarnj@gmail.com>
date Thu, 23 Jun 2011 10:05:55 -0400
parents 4473e746fe5a
children 03be5ed1f609
line wrap: on
line source

#ifndef __SCALL_H
#define __SCALL_H

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

PCB shellPCB;

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

#endif //__SCALL_H