代码搜索:rtLinux
找到约 409 项符合「rtLinux」的源代码
代码结果 409
www.eeworm.com/read/180227/5288190
rtldoc
#!/bin/sh
ROOT_RTLDOC_DIR=rtldoc/docs
# use: scripts/rtldoc rtlinux_dir_to_install
if [ ! -d "$1" ]; then
echo usage: scripts/rtldoc directory
exit 1
fi
HERE=`pwd`;
cd rtldoc || exit 1
bk -r get
www.eeworm.com/read/163818/5509353
h rt_irq.h
/*
* RTLinux v1 API compatibility layer
* Written by Michael Barabanov
* Copyright (C) 1999-2000Finite State Machine Labs Inc.
*
*/
#ifndef __RTL_RT_IRQ_H__
#define __RTL_RT_IRQ_H__
#include
www.eeworm.com/read/321953/3529535
h rt_irq.h
/*
* RTLinux v1 API compatibility layer
* Written by Michael Barabanov
* Copyright (C) 1999-2000Finite State Machine Labs Inc.
*
*/
#ifndef __RTL_RT_IRQ_H__
#define __RTL_RT_IRQ_H__
#include
www.eeworm.com/read/321953/3529536
h rt_time.h
/*
* RTLinux v1 API compatibility layer
* Written by Michael Barabanov
* Copyright (C) 1999-2000 Finite State Machine Labs Inc.
*
*/
#ifndef __ASM_RT_TIME_H__
#define __ASM_RT_TIME_H__
typedef
www.eeworm.com/read/292670/3950845
h rt_irq.h
/*
* RTLinux v1 API compatibility layer
* Written by Michael Barabanov
* Copyright (C) 1999-2000Finite State Machine Labs Inc.
*
*/
#ifndef __RTL_RT_IRQ_H__
#define __RTL_RT_IRQ_H__
#include
www.eeworm.com/read/292670/3950846
h rt_time.h
/*
* RTLinux v1 API compatibility layer
* Written by Michael Barabanov
* Copyright (C) 1999-2000 Finite State Machine Labs Inc.
*
*/
#ifndef __ASM_RT_TIME_H__
#define __ASM_RT_TIME_H__
typedef
www.eeworm.com/read/379193/2674822
h rt_irq.h
/*
* RTLinux v1 API compatibility layer
* Written by Michael Barabanov
* Copyright (C) 1999-2000Finite State Machine Labs Inc.
*
*/
#ifndef __RTL_RT_IRQ_H__
#define __RTL_RT_IRQ_H__
#include
www.eeworm.com/read/379193/2674823
h rt_time.h
/*
* RTLinux v1 API compatibility layer
* Written by Michael Barabanov
* Copyright (C) 1999-2000 Finite State Machine Labs Inc.
*
*/
#ifndef __ASM_RT_TIME_H__
#define __ASM_RT_TIME_H__
typedef
www.eeworm.com/read/381158/9106924
makefile
CPLUSPLUS = g++
CC = gcc
CPLUSPLUSLINK = -ldl
CFLAGS = -DLINUX -I/usr/src/rtlinux/include -Dlinux -I/usr/src/linux/include
CPLUSPLUSFLAGS = -D__CPLUSPLUS__ -g -O2 -DLINUX -D_GNU_SOURCE -Dlinux_
www.eeworm.com/read/101153/6237832
c switch.c
/*
* PPC-specific RTLinux switch support
*
* Copyright (C) 1999 Cort Dougan
*/
#include
#include
#include
#include