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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [m68k/] [mvme167/] [include/] [coverhd.h] - Blame information for rev 30

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/* coverhd.h
2
 *
3
 *  This include file has defines to represent the overhead associated
4
 *  with calling a particular directive from C on this target.
5
 *
6
 *  COPYRIGHT (c) 1989-1999.
7
 *  On-Line Applications Research Corporation (OAR).
8
 *
9
 *  The license and distribution terms for this file may be
10
 *  found in the file LICENSE in this distribution or at
11
 *  http://www.OARcorp.com/rtems/license.html.
12
 *
13
 *  $Id: coverhd.h,v 1.2 2001-09-27 12:00:19 chris Exp $
14
 */
15
 
16
#ifndef __COVERHD_h
17
#define __COVERHD_h
18
 
19
#ifdef __cplusplus
20
extern "C" {
21
#endif
22
 
23
#define CALLING_OVERHEAD_INITIALIZE_EXECUTIVE      0
24
#define CALLING_OVERHEAD_SHUTDOWN_EXECUTIVE        0
25
#define CALLING_OVERHEAD_TASK_CREATE               1
26
#define CALLING_OVERHEAD_TASK_IDENT                0
27
#define CALLING_OVERHEAD_TASK_START                1
28
#define CALLING_OVERHEAD_TASK_RESTART              0
29
#define CALLING_OVERHEAD_TASK_DELETE               0
30
#define CALLING_OVERHEAD_TASK_SUSPEND              0
31
#define CALLING_OVERHEAD_TASK_RESUME               0
32
#define CALLING_OVERHEAD_TASK_SET_PRIORITY         0
33
#define CALLING_OVERHEAD_TASK_MODE                 0
34
#define CALLING_OVERHEAD_TASK_GET_NOTE             0
35
#define CALLING_OVERHEAD_TASK_SET_NOTE             0
36
#define CALLING_OVERHEAD_TASK_WAKE_WHEN            1
37
#define CALLING_OVERHEAD_TASK_WAKE_AFTER           0
38
#define CALLING_OVERHEAD_INTERRUPT_CATCH           0
39
#define CALLING_OVERHEAD_CLOCK_GET                 1
40
#define CALLING_OVERHEAD_CLOCK_SET                 1
41
#define CALLING_OVERHEAD_CLOCK_TICK                0
42
 
43
#define CALLING_OVERHEAD_TIMER_CREATE              0
44
#define CALLING_OVERHEAD_TIMER_IDENT               0
45
#define CALLING_OVERHEAD_TIMER_DELETE              0
46
#define CALLING_OVERHEAD_TIMER_FIRE_AFTER          0
47
#define CALLING_OVERHEAD_TIMER_FIRE_WHEN           1
48
#define CALLING_OVERHEAD_TIMER_RESET               0
49
#define CALLING_OVERHEAD_TIMER_CANCEL              0
50
#define CALLING_OVERHEAD_SEMAPHORE_CREATE          1
51
#define CALLING_OVERHEAD_SEMAPHORE_IDENT           0
52
#define CALLING_OVERHEAD_SEMAPHORE_DELETE          0
53
#define CALLING_OVERHEAD_SEMAPHORE_OBTAIN          0
54
#define CALLING_OVERHEAD_SEMAPHORE_RELEASE         0
55
#define CALLING_OVERHEAD_MESSAGE_QUEUE_CREATE      0
56
#define CALLING_OVERHEAD_MESSAGE_QUEUE_IDENT       0
57
#define CALLING_OVERHEAD_MESSAGE_QUEUE_DELETE      0
58
#define CALLING_OVERHEAD_MESSAGE_QUEUE_SEND        0
59
#define CALLING_OVERHEAD_MESSAGE_QUEUE_URGENT      0
60
#define CALLING_OVERHEAD_MESSAGE_QUEUE_BROADCAST   0
61
#define CALLING_OVERHEAD_MESSAGE_QUEUE_RECEIVE     0
62
#define CALLING_OVERHEAD_MESSAGE_QUEUE_FLUSH       0
63
 
64
#define CALLING_OVERHEAD_EVENT_SEND                0
65
#define CALLING_OVERHEAD_EVENT_RECEIVE             1
66
#define CALLING_OVERHEAD_SIGNAL_CATCH              0
67
#define CALLING_OVERHEAD_SIGNAL_SEND               0
68
#define CALLING_OVERHEAD_PARTITION_CREATE          1
69
#define CALLING_OVERHEAD_PARTITION_IDENT           0
70
#define CALLING_OVERHEAD_PARTITION_DELETE          0
71
#define CALLING_OVERHEAD_PARTITION_GET_BUFFER      0
72
#define CALLING_OVERHEAD_PARTITION_RETURN_BUFFER   0
73
#define CALLING_OVERHEAD_REGION_CREATE             1
74
#define CALLING_OVERHEAD_REGION_IDENT              0
75
#define CALLING_OVERHEAD_REGION_DELETE             0
76
#define CALLING_OVERHEAD_REGION_GET_SEGMENT        1
77
#define CALLING_OVERHEAD_REGION_RETURN_SEGMENT     0
78
#define CALLING_OVERHEAD_PORT_CREATE               1
79
#define CALLING_OVERHEAD_PORT_IDENT                0
80
#define CALLING_OVERHEAD_PORT_DELETE               0
81
#define CALLING_OVERHEAD_PORT_EXTERNAL_TO_INTERNAL 1
82
#define CALLING_OVERHEAD_PORT_INTERNAL_TO_EXTERNAL 1
83
 
84
#define CALLING_OVERHEAD_IO_INITIALIZE             1
85
#define CALLING_OVERHEAD_IO_OPEN                   1
86
#define CALLING_OVERHEAD_IO_CLOSE                  1
87
#define CALLING_OVERHEAD_IO_READ                   1
88
#define CALLING_OVERHEAD_IO_WRITE                  1
89
#define CALLING_OVERHEAD_IO_CONTROL                1
90
#define CALLING_OVERHEAD_FATAL_ERROR_OCCURRED      0
91
#define CALLING_OVERHEAD_RATE_MONOTONIC_CREATE     0
92
#define CALLING_OVERHEAD_RATE_MONOTONIC_IDENT      0
93
#define CALLING_OVERHEAD_RATE_MONOTONIC_DELETE     0
94
#define CALLING_OVERHEAD_RATE_MONOTONIC_CANCEL     0
95
#define CALLING_OVERHEAD_RATE_MONOTONIC_PERIOD     0
96
#define CALLING_OVERHEAD_MULTIPROCESSING_ANNOUNCE  0
97
 
98
#ifdef __cplusplus
99
}
100
#endif
101
 
102
#endif
103
/* end of include file */

powered by: WebSVN 2.1.0

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