Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932065Ab1BIARZ (ORCPT ); Tue, 8 Feb 2011 19:17:25 -0500 Received: from mga09.intel.com ([134.134.136.24]:40362 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755998Ab1BIARX (ORCPT ); Tue, 8 Feb 2011 19:17:23 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.60,444,1291622400"; d="scan'208";a="705558322" From: james_p_freyensee@linux.intel.com To: gregkh@suse.de Cc: linux-kernel@vger.kernel.org, suhail.ahmed@intel.com, james_p_freyensee@linux.intel.com Subject: [PATCH 09/12] n_tracesink header file. Date: Tue, 8 Feb 2011 16:17:14 -0800 Message-Id: <1297210637-5934-9-git-send-email-james_p_freyensee@linux.intel.com> X-Mailer: git-send-email 1.6.6.1 In-Reply-To: <1297210637-5934-8-git-send-email-james_p_freyensee@linux.intel.com> References: <1297210637-5934-2-git-send-email-james_p_freyensee@linux.intel.com> <1297210637-5934-3-git-send-email-james_p_freyensee@linux.intel.com> <1297210637-5934-4-git-send-email-james_p_freyensee@linux.intel.com> <1297210637-5934-5-git-send-email-james_p_freyensee@linux.intel.com> <1297210637-5934-6-git-send-email-james_p_freyensee@linux.intel.com> <1297210637-5934-7-git-send-email-james_p_freyensee@linux.intel.com> <1297210637-5934-8-git-send-email-james_p_freyensee@linux.intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2062 Lines: 58 From: J Freyensee This header file allows the n_tracerouter to send it's information to the n_tracesink ldisc driver. It's part of the Intel-Atom PTI implementation solution. Signed-off-by: J Freyensee --- include/linux/n_tracesink.h | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) create mode 100644 include/linux/n_tracesink.h diff --git a/include/linux/n_tracesink.h b/include/linux/n_tracesink.h new file mode 100644 index 0000000..b1a3ad8 --- /dev/null +++ b/include/linux/n_tracesink.h @@ -0,0 +1,32 @@ +/* + * n_tracesink.h - Kernel driver API to route trace data in kernel space. + * + * Copyright (C) Intel 2010 + * + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA + * + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * The implementation of the function seen in this file can be found in + * char/n_tracesink.c + */ + +#ifndef N_TRACESINK_H_ +#define N_TRACESINK_H_ + +void n_tracesink_datadrain(u8 *cp, int count); + +#endif -- 1.6.6.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/