Xenomai 3.3.2
Loading...
Searching...
No Matches
features.h
1/*
2 * SPDX-License-Identifier: GPL-2.0
3 *
4 * Copyright (C) 2015 Philippe Gerum <rpm@xenomai.org>
5 */
6
7#ifndef _COBALT_ARM64_FEATURES_H
8#define _COBALT_ARM64_FEATURES_H
9
10struct cobalt_featinfo;
11static inline void collect_arch_features(struct cobalt_featinfo *p) { }
12
13#include <asm/xenomai/uapi/features.h>
14
15#endif /* !_COBALT_ARM64_FEATURES_H */