summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/corerwlock.inl
blob: 55d5fa71cb5b4a4fa1558f34b4261cca4842a6cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/** 
 *  @file  rtems/score/corerwlock.inl
 *
 *  This include file contains all of the inlined routines associated
 *  with the SuperCore RWLock.
 */

/*
 *  COPYRIGHT (c) 1989-2008.
 *  On-Line Applications Research Corporation (OAR).
 *
 *  The license and distribution terms for this file may be
 *  found in the file LICENSE in this distribution or at
 *  http://www.rtems.com/license/LICENSE.
 *
 *  $Id$
 */

#ifndef _RTEMS_SCORE_CORERWLOCK_INL
#define _RTEMS_SCORE_CORERWLOCK_INL

/**
 *  @addtogroup ScoreRWLock 
 *  @{
 */

#include <rtems/score/thread.h>
#include <rtems/score/threadq.h>


/**@}*/

#endif
/* end of include file */