aroarfw
vendor.h
Go to the documentation of this file.
1 //vendor.h:
2 
3 /*
4  * Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2011-2013
5  *
6  * This file is part of aroarfw, a RoarAudio framework for
7  * embedded systems (µControlers).
8  *
9  * This file is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License version 3
11  * or (at your option) any later version as published by
12  * the Free Software Foundation.
13  *
14  * aroarfw is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  * GNU General Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public License
20  * along with this software; see the file COPYING. If not, write to
21  * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
22  * Boston, MA 02110-1301, USA.
23  */
24 
25 #ifndef _AROARFW_VENDOR_H_
26 #define _AROARFW_VENDOR_H_
27 
29 typedef enum {
35 
37 typedef enum {
45  RSTDVENDOR_RFC = 2
47 
48 #endif
49 
50 //ll
RSTDVENDOR_ROARAUDIO
@ RSTDVENDOR_ROARAUDIO
Vendor ID for RoarAudio foundation.
Definition: vendor.h:39
rdevvendor_t
rdevvendor_t
Device Vendor IDs.
Definition: vendor.h:29
RDEVVENDOR_BASICDEV
@ RDEVVENDOR_BASICDEV
Vendor ID for common basic standards.
Definition: vendor.h:33
RDEVVENDOR_ROARAUDIO
@ RDEVVENDOR_ROARAUDIO
Vendor ID for RoarAudio foundation.
Definition: vendor.h:31
RSTDVENDOR_PROTO
@ RSTDVENDOR_PROTO
Vendor ID for protocol standards written by non-vendors.
Definition: vendor.h:41
RSTDVENDOR_RFC
@ RSTDVENDOR_RFC
Definition: vendor.h:45
rstdvendor_t
rstdvendor_t
Standard Vendor IDs.
Definition: vendor.h:37