Minor cleanup.
[goodfet] / firmware / include / ps2.h
1 /*! \file ps2.h
2   \author Dave Huseby
3   \brief PS2 Timing Monitor for GoodFET
4 */
5
6 #ifndef PS2_H
7 #define PS2_H
8
9 #include "app.h"
10
11 #define PS2 0x72
12
13 extern app_t const ps2_app;
14
15 #endif
16