VLSI Solution Oy / MegaLib Documentation

vectors.h

Go to the documentation of this file.
00001 // Some handler vectors not declared elsewhere
00002 
00003 #ifndef VECTORS_H
00004 #define VECTORS_H
00005 
00006 #include "usblowlib.h"
00007 
00008 void USBHandler(void);
00009 void RealUSBHandler(void);
00010 void DecodeSetupPacket(void);
00011 void RealDecodeSetupPacket(void);
00012 void MSCPacketFromPC(USBPacket *inPacket);
00013 void RealMSCPacketFromPC(USBPacket *inPacket);
00014 
00015 #endif

All software copyright 2005-2006 VLSI Solution OY. Redistribution of this software is strictly forbidden.