source: rtems/cpukit/score/inline/rtems/score/corerwlock.inl @ ef49476

4.104.114.95
Last change on this file since ef49476 was ef49476, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/19/08 at 08:32:59

Add header guard to force indirect inclusion.

  • Property mode set to 100644
File size: 788 bytes
Line 
1/**
2 *  @file  rtems/score/corerwlock.inl
3 *
4 *  This include file contains all of the inlined routines associated
5 *  with the SuperCore RWLock.
6 */
7
8/*
9 *  COPYRIGHT (c) 1989-2008.
10 *  On-Line Applications Research Corporation (OAR).
11 *
12 *  The license and distribution terms for this file may be
13 *  found in the file LICENSE in this distribution or at
14 *  http://www.rtems.com/license/LICENSE.
15 *
16 *  $Id$
17 */
18
19#ifndef _RTEMS_SCORE_CORERWLOCK_H
20# error "Never use <rtems/score/corerwlock.inl> directly; include <rtems/score/corerwlock.h> instead."
21#endif
22
23#ifndef _RTEMS_SCORE_CORERWLOCK_INL
24#define _RTEMS_SCORE_CORERWLOCK_INL
25
26/**
27 *  @addtogroup ScoreRWLock
28 *  @{
29 */
30
31#include <rtems/score/thread.h>
32#include <rtems/score/threadq.h>
33
34
35/**@}*/
36
37#endif
38/* end of include file */
Note: See TracBrowser for help on using the repository browser.