Newer
Older
ubix / src / sys / include / ubixos / syscall.h
@reddawg reddawg on 28 May 2002 429 bytes Its Been lots of work
/**************************************************************************************
 Copyright (c) 2002 The UbixOS Project
 All rights reserved.

 Redistribution and use in source and binary forms, with or without modification,
 are prohibited.

 $Id$

**************************************************************************************/

#ifndef _SYSCALL_H
#define _SYSCALL_H

void _sysCall();
void invalidCall();

#endif