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

void debug_led(int led, int value);

#endif