/* * TURBOchannel architecture calls. * * Copyright (c) Harald Koerfgen, 1998 * Copyright (c) 2001, 2003, 2005, 2006 Maciej W. Rozycki * Copyright (c) 2005 James Simmons * * This file is subject to the terms and conditions of the GNU * General Public License. See the file "COPYING" in the main * directory of this archive for more details.
*/ #include <linux/compiler.h> #include <linux/errno.h> #include <linux/init.h> #include <linux/string.h> #include <linux/tc.h> #include <linux/types.h>
/* * Get TURBOchannel bus information as specified by the spec, plus * the slot space base address and the number of slots.
*/ int __init tc_bus_get_info(struct tc_bus *tbus)
{ if (!dec_tc_bus) return -ENXIO;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.