X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Finclude%2Fps2.h;h=eecdd13cc9bc0c5f7e346b5551eee5e01c918f84;hp=8b137891791fe96927ad78e64b0aad7bded08bdc;hb=5fb0341d348e101b30794945a6c91546e25e8e7b;hpb=1969a022e69bdac64a0d88de3d0ce88d79a27804 diff --git a/firmware/include/ps2.h b/firmware/include/ps2.h index 8b13789..eecdd13 100644 --- a/firmware/include/ps2.h +++ b/firmware/include/ps2.h @@ -1 +1,16 @@ +/*! \file ps2.h + \author Dave Huseby + \brief PS2 Timing Monitor for GoodFET +*/ + +#ifndef PS2_H +#define PS2_H + +#include "app.h" + +#define PS2 0x72 + +extern app_t const ps2_app; + +#endif