aboutsummaryrefslogtreecommitdiff
path: root/kernel/bug/include/bug/debug.h
blob: 937ff2c15ded64357080ccef92534892cc350a80 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef DEBUG_H
#define DEBUG_H

#define DEBUG_LEDS 4

void debug_led(int led, int value);

#endif