summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/runq.h
blob: 98a51a47976a8ab0db0edd0d70b5d2e756d8fc9d (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
35
36
37
38
39
40
41
/**
 * @file
 *
 * @ingroup rtems_bsd_machine
 *
 * @brief TODO.
 */

/*
 * Copyright (c) 2009, 2010 embedded brains GmbH.  All rights reserved.
 *
 *  embedded brains GmbH
 *  Obere Lagerstr. 30
 *  82178 Puchheim
 *  Germany
 *  <rtems@embedded-brains.de>
 *
 * 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.
 */

#ifndef _RTEMS_BSD_MACHINE_RUNQ_H_
#define _RTEMS_BSD_MACHINE_RUNQ_H_

#ifndef _RTEMS_BSD_MACHINE_RTEMS_BSD_KERNEL_SPACE_H_
#error "the header file <machine/rtems-bsd-kernel-space.h> must be included first"
#endif

#define RQB_LEN 0
#define RQB_L2BPW 0
#define RQB_BPW 0

#define RQB_BIT(pri) 0
#define RQB_WORD(pri) 0

#define RQB_FFS(word) 0

typedef uintptr_t rqb_word_t;

#endif /* _RTEMS_BSD_MACHINE_RUNQ_H_ */