The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/ir/files.ir

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #       $NetBSD: files.ir,v 1.2 2002/10/10 22:07:45 thorpej Exp $
    2 
    3 define  irbus { }
    4 
    5 define  irdasir
    6 define  irframedrv
    7 
    8 # IrDA physical frame level driver
    9 device  irframe { }: irframedrv
   10 attach  irframe at irbus
   11 file    dev/ir/irframe.c                irframe | irframedrv    needs-flag
   12 
   13 # Consumer Ir driver
   14 device  cir
   15 attach  cir at irbus
   16 file    dev/ir/cir.c                    cir                     needs-flag
   17 
   18 defpseudo irframetty: irframedrv, irdasir
   19 file    dev/ir/irframe_tty.c            irframetty              needs-flag
   20 
   21 file    dev/ir/ir.c                     cir | irframedrv
   22 file    dev/ir/sir.c                    irdasir

Cache object: f5f41bff2f1b7edd6f539883de79f85f


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.