Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 961 → Rev 965

/shark/trunk/modules/posix/posix/comm_message.h
0,0 → 1,13
#ifndef __COMMAND_MESSAGE_H__
#define __COMMAND_MESSAGE_H__
 
typedef struct {
int command;
void *param;
} STD_command_message;
 
#define STD_SET_NEW_LEVEL 0
#define STD_SET_NEW_MODEL 1
#define STD_ACTIVATE_TASK 2
 
#endif
/shark/trunk/modules/posix/posix.c
20,11 → 20,11
 
/**
------------
CVS : $Id: posix.c,v 1.1 2005-02-25 10:46:36 pj Exp $
CVS : $Id: posix.c,v 1.2 2005-02-25 11:02:25 pj Exp $
 
File: $File$
Revision: $Revision: 1.1 $
Last update: $Date: 2005-02-25 10:46:36 $
Revision: $Revision: 1.2 $
Last update: $Date: 2005-02-25 11:02:25 $
------------
 
This file contains the scheduling module compatible with POSIX
65,7 → 65,7
#include <kernel/func.h>
 
#include <tracer.h>
#include <modules/comm_message.h>
#include <posix/posix/comm_message.h>
 
/*+ Status used in the level +*/
#define POSIX_READY MODULE_STATUS_BASE