de3d4a861bcdae6233442d74ceb2cefcf08a1a07
[goodfet] / firmware / include / glitch.h
1 /*! \file glitch.h
2   \author Travis Goodspeed
3   \brief Glitch handler functions.
4 */
5
6 #include <signal.h>
7 #include <io.h>
8 #include <iomacros.h>
9
10 //! Disable glitch state at init.
11 void glitchsetup();
12 //! Setup analog chain for glitching.
13 void glitchsetupdac();