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/modules/ppbus/Makefile

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 
    2 # $FreeBSD: releng/7.3/sys/modules/ppbus/Makefile 122894 2003-11-19 05:08:27Z imp $
    3 
    4 .PATH:  ${.CURDIR}/../../dev/ppbus
    5 KMOD=   ppbus
    6 SRCS=   bus_if.h device_if.h ppbus_if.h ppbus_if.c \
    7         opt_ppb_1284.h \
    8         ppb_1284.c ppb_base.c ppb_msq.c ppbconf.c
    9 
   10 EXPORT_SYMS=    ppb_attach_device       \
   11                 ppb_request_bus         \
   12                 ppb_release_bus         \
   13                 ppb_get_status          \
   14                 ppb_poll_bus            \
   15                 ppb_reset_epp_timeout   \
   16                 ppb_ecp_sync            \
   17                 ppb_get_epp_protocol    \
   18                 ppb_set_mode            \
   19                 ppb_get_mode            \
   20                 ppb_write
   21 
   22 .include <bsd.kmod.mk>

Cache object: 11d72f971e1ff46365ece90ef8c85f74


[ 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.