OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [rtems/] [sys/] [sched.h] - Diff between revs 39 and 56

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 39 Rev 56
Line 1... Line 1...
/*
/*
 *  $Id: sched.h,v 1.1.1.1 2000-06-10 01:20:23 lampret Exp $
 *  $Id: sched.h,v 1.1.1.2 2000-08-30 19:04:15 joel Exp $
 */
 */
 
 
 
 
#ifndef __POSIX_SYS_SCHEDULING_h
#ifndef __POSIX_SYS_SCHEDULING_h
#define __POSIX_SYS_SCHEDULING_h
#define __POSIX_SYS_SCHEDULING_h
 
 
 
#ifdef __cplusplus
 
extern "C" {
 
#endif
 
 
#include <sys/features.h>
#include <sys/features.h>
 
 
#include <sys/types.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/time.h>
 
 
Line 41... Line 45...
                                /* Replenishment period for sporadic server */
                                /* Replenishment period for sporadic server */
  struct timespec ss_initial_budget;   /* Initial budget for sporadic server */
  struct timespec ss_initial_budget;   /* Initial budget for sporadic server */
#endif
#endif
};
};
 
 
 
#ifdef __cplusplus
 
}
 
#endif 
 
 
#endif
#endif
/* end of include file */
/* end of include file */
 
 
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.