summaryrefslogtreecommitdiffstats
path: root/src/usbmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/usbmux.h')
-rw-r--r--src/usbmux.h20
1 files changed, 19 insertions, 1 deletions
diff --git a/src/usbmux.h b/src/usbmux.h
index 921f4b7..cf5ce29 100644
--- a/src/usbmux.h
+++ b/src/usbmux.h
@@ -1,9 +1,27 @@
1/*
2 * usbmux.h
3 * Defines structures and variables pertaining to the usb multiplexing.
4 *
5 * Copyright (c) 2008 Zack C. All Rights Reserved.
6 *
7 * This program is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 */
1 20
2#include <sys/types.h> 21#include <sys/types.h>
3#include <stdlib.h> 22#include <stdlib.h>
4#include <stdint.h> 23#include <stdint.h>
5 24
6
7#ifndef USBMUX_H 25#ifndef USBMUX_H
8#define USBMUX_H 26#define USBMUX_H
9 27