summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/magic.h
blob: 3fa2d8b81c494bff92f7f1a45e027c8a054c0822 (plain)
1
2
3
4
5
6
#ifndef MAGIC_H
#define MAGIC_H

void magic(void);

#endif