/*
 * mprot.h
 *
 * Written by Vicente Esteve LLoret <viesllo@inf.upv.es>
 * Copyright (C) Jul, 2003 OCERA Consortium.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation version 2.
 *
 * memory protection.
 *
 */


#ifndef _MPROT_H_
#define _MPROT_H_

#include <rtl_conf.h>

 // No memory protection with XtratuM

#define STARTKERNELCODE(v)
#define ENDKERNELCODE(v)
#define STARTUSERCODE()
#define ENDUSERCODE()


#endif //_MPROT_H_
