summaryrefslogtreecommitdiff
path: root/include/linux/ts-nbus.h
blob: 5bd4c822f7cf1be352172e22618b3f5cc8b11678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (c) 2016 - Savoir-faire Linux
 * Author: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>
 *
 * This file is licensed under the terms of the GNU General Public
 * License version 2. This program is licensed "as is" without any
 * warranty of any kind, whether express or implied.
 */

#ifndef _TS_NBUS_H
#define _TS_NBUS_H

struct ts_nbus;

extern int ts_nbus_read(struct ts_nbus *ts_nbus, u8 adr, u16 *val);
extern int ts_nbus_write(struct ts_nbus *ts_nbus, u8 adr, u16 val);

#endif /* _TS_NBUS_H */
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses 2014-06-02Merge branch 'pci/iommu' into nextBjorn Helgaas 2014-05-28PCI: Add support for PCIe-to-PCI bridge DMA alias quirksAlex Williamson 2014-05-28PCI: Add support for DMA alias quirksAlex Williamson 2014-05-28PCI: Add DMA alias iteratorAlex Williamson 2014-04-14PCI: Remove unnecessary includes of <linux/init.h>Paul Gortmaker 2014-02-14PCI: Remove pci_bus_b() and use list_for_each_entry() directlyYijing Wang 2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas 2013-01-25PCI: Fix reference count leak in pci_dev_present()Jiang Liu 2012-09-10Merge branch 'pci/feng-avoid-kmalloc' into nextBjorn Helgaas 2012-09-10PCI: Remove the obsolete no_pci_devices() checkFeng Tang 2012-08-24PCI: Use pci_device_id on stack for pci_get_subsys/class() to avoid kmallocFeng Tang 2012-08-23Merge branch 'pci/bjorn-cleanup-remove' into nextBjorn Helgaas 2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang 2012-08-22PCI: Use list_for_each_entry() for bus->devices traversalBjorn Helgaas 2012-06-13PCI: acpiphp: remove all functions in slot, even without ACPI _EJxAmos Kong