summaryrefslogtreecommitdiff
path: root/openpcd/firmware/include/openpcd.h
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-07-23 12:45:43 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-07-23 12:45:43 +0000
commit917b88ae0901ea6dbe4de14d5a20dcf41dd24042 (patch)
tree0d8f5806be03f427c43ca0a00d95603f0ef24eae /openpcd/firmware/include/openpcd.h
parentfc29838a76a4b3698614270ef56b862cc71989c6 (diff)
clean up directory tree
git-svn-id: https://svn.openpcd.org:2342/trunk@15 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/include/openpcd.h')
-rw-r--r--openpcd/firmware/include/openpcd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openpcd/firmware/include/openpcd.h b/openpcd/firmware/include/openpcd.h
index e7183cc..960f2f7 100644
--- a/openpcd/firmware/include/openpcd.h
+++ b/openpcd/firmware/include/openpcd.h
@@ -1,8 +1,9 @@
#ifndef _OPENPCD_PROTO_H
#define _OPENPCD_PROTO_H
+/* This header file describes the USB protocol of the OpenPCD RFID reader */
+
#include <include/types.h>
-#include <include/AT91SAM7S64.h>
struct openpcd_hdr {
u_int8_t cmd; /* command */
personal git repositories of Harald Welte. Your mileage may vary