mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-07-19 12:50:21 +02:00

Commitfa60ce2cb4
("treewide: remove editor modelines and cruft") is different from what I submitted. My original patch [1] did treewide cleanups including the comedi driver. Unfortunately, commit8ffdff6a8c
("staging: comedi: move out of staging directory") moved drivers/staging/comedi/ to drivers/comedi/ before my patch landed on Linus' tree from akpm tree. If Andrew Morton had used Git, 'git merge' would have resolved such file moves properly without any manual intervention. Patches in akpm tree often get broken in his quilt workflows, and then people end up with sending fixup patches. [1] https://lkml.kernel.org/r/20210324054457.1477489-1-masahiroy@kernel.org Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Link: https://lore.kernel.org/r/20210510063450.412055-1-masahiroy@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
54 lines
2.3 KiB
C
54 lines
2.3 KiB
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* comedi/drivers/ni_routing/ni_device_routes/all.h
|
|
* List of valid routes for specific NI boards.
|
|
*
|
|
* COMEDI - Linux Control and Measurement Device Interface
|
|
* Copyright (C) 2016 Spencer E. Olson <olsonse@umich.edu>
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* 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.
|
|
*/
|
|
|
|
/*
|
|
* The contents of this file are generated using the tools in
|
|
* comedi/drivers/ni_routing/tools
|
|
*
|
|
* Please use those tools to help maintain the contents of this file.
|
|
*/
|
|
|
|
#ifndef _COMEDI_DRIVERS_NI_ROUTING_NI_DEVICE_ROUTES_EXTERN_H
|
|
#define _COMEDI_DRIVERS_NI_ROUTING_NI_DEVICE_ROUTES_EXTERN_H
|
|
|
|
#include "../ni_device_routes.h"
|
|
|
|
extern struct ni_device_routes ni_pxi_6030e_device_routes;
|
|
extern struct ni_device_routes ni_pci_6070e_device_routes;
|
|
extern struct ni_device_routes ni_pci_6220_device_routes;
|
|
extern struct ni_device_routes ni_pci_6221_device_routes;
|
|
extern struct ni_device_routes ni_pxi_6224_device_routes;
|
|
extern struct ni_device_routes ni_pxi_6225_device_routes;
|
|
extern struct ni_device_routes ni_pci_6229_device_routes;
|
|
extern struct ni_device_routes ni_pci_6251_device_routes;
|
|
extern struct ni_device_routes ni_pxi_6251_device_routes;
|
|
extern struct ni_device_routes ni_pxie_6251_device_routes;
|
|
extern struct ni_device_routes ni_pci_6254_device_routes;
|
|
extern struct ni_device_routes ni_pci_6259_device_routes;
|
|
extern struct ni_device_routes ni_pci_6534_device_routes;
|
|
extern struct ni_device_routes ni_pxie_6535_device_routes;
|
|
extern struct ni_device_routes ni_pci_6602_device_routes;
|
|
extern struct ni_device_routes ni_pci_6713_device_routes;
|
|
extern struct ni_device_routes ni_pci_6723_device_routes;
|
|
extern struct ni_device_routes ni_pci_6733_device_routes;
|
|
extern struct ni_device_routes ni_pxi_6733_device_routes;
|
|
extern struct ni_device_routes ni_pxie_6738_device_routes;
|
|
|
|
#endif //_COMEDI_DRIVERS_NI_ROUTING_NI_DEVICE_ROUTES_EXTERN_H
|