view include/os/scall.h @ 115:4473e746fe5a

Restructured the include directory somewhat
author Jonathan Pevarnek <pevarnj@gmail.com>
date Sat, 11 Jun 2011 16:40:48 -0400
parents 963bed9f5592
children 2a35ea7e123b
line wrap: on
line source

#ifndef __SCALL_H
#define __SCALL_H

#include <os/psw.h>

Psw shellPsw; //XXX No idea if this is correct XXX
u64 shellRegisters[16];

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

#endif //__SCALL_H