]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/io/server/libpciids/include/pciids.h
Inital import
[l4.git] / l4 / pkg / io / server / libpciids / include / pciids.h
1 /*
2  * (c) 2010 Technische Universität Dresden
3  * This file is part of TUD:OS and distributed under the terms of the
4  * GNU General Public License 2.
5  * Please see the COPYING-GPL-2 file for details.
6  */
7 #pragma once
8
9 #include <sys/cdefs.h>
10 #include <l4/sys/compiler.h>
11
12 __BEGIN_DECLS
13
14 L4_EXPORT
15 void libpciids_name_device(char *name, int len,
16                            unsigned vendor, unsigned device);
17
18 __END_DECLS