From owner-freebsd-hackers@FreeBSD.ORG Thu Sep 8 14:44:39 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DDA01065670; Thu, 8 Sep 2011 14:44:39 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id E98918FC18; Thu, 8 Sep 2011 14:44:38 +0000 (UTC) Received: by vxi39 with SMTP id 39so654928vxi.13 for ; Thu, 08 Sep 2011 07:44:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=rlis0DakBvl8yqlsqWbWtPAxFRhvkH1B7DJKgAtHiTU=; b=B5n5ZAzZFQl7SAn67lHiAG6A0pSrcCYwei25GNf5jUOlTEAkBHaBhxb5f+yh7zqZfp Bo/bSI6yEiBvtGH+SSw1KtNAkaIkCcTpD/XFs1pnXdu+c+L3Ey6XfXE8F7ykfVOEPSOP JCkBZZzXsEsIJOENr/TqaFdO1HQDpeyqf2VU8= MIME-Version: 1.0 Received: by 10.52.6.163 with SMTP id c3mr750291vda.163.1315491731560; Thu, 08 Sep 2011 07:22:11 -0700 (PDT) Sender: kmacybsd@gmail.com Received: by 10.52.113.169 with HTTP; Thu, 8 Sep 2011 07:22:11 -0700 (PDT) In-Reply-To: <899261441.20110908175756@serebryakov.spb.ru> References: <899261441.20110908175756@serebryakov.spb.ru> Date: Thu, 8 Sep 2011 16:22:11 +0200 X-Google-Sender-Auth: Mxueb7hnqixCWnUZ68Q_NvlE5lA Message-ID: From: "K. Macy" To: lev@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-hackers@freebsd.org" Subject: Re: How to include without "device_if.h" and "bus_if.h"? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2011 14:44:39 -0000 Just add them to the makefile. They'll be automatically created as dependencies. 2011/9/8 Lev Serebryakov : > Hello, Freebsd-hackers. > > =A0I need to include in my kernel module to use > devctl_notify(). But my module doesn't have device_if.h or bus_if.h, > which are required by . > =A0What should I do? > > -- > // Black Lion AKA Lev Serebryakov > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org= " >