Xenomai
3.0-rc6
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
features.h
1
/*
2
* Copyright (C) 2009 Philippe Gerum <rpm@xenomai.org>.
3
*
4
* Xenomai is free software; you can redistribute it and/or modify it
5
* under the terms of the GNU General Public License as published by
6
* the Free Software Foundation; either version 2 of the License, or
7
* (at your option) any later version.
8
*
9
* Xenomai is distributed in the hope that it will be useful, but
10
* WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
* General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with Xenomai; if not, write to the Free Software
16
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
17
* 02111-1307, USA.
18
*/
19
#ifndef _COBALT_NIOS2_ASM_FEATURES_H
20
#define _COBALT_NIOS2_ASM_FEATURES_H
21
22
#include <linux/ipipe.h>
23
#include <asm/xenomai/uapi/features.h>
24
25
static
inline
void
collect_arch_features(
struct
cobalt_featinfo *p)
26
{
27
p->feat_arch.hrclock_membase = __ipipe_hrclock_membase;
28
}
29
30
#endif
/* !_COBALT_NIOS2_ASM_FEATURES_H */
kernel
cobalt
arch
nios2
include
asm
xenomai
features.h
Generated by
1.8.9.1