aboutsummaryrefslogtreecommitdiff
path: root/kernel/include/mux/debug.h
blob: 7119c35c62eae7da838a1d2d64728d060ee57b03 (plain) (blame)
1
2
3
4
5
6
7
#ifndef MUX_DEBUG_H
#define MUX_DEBUG_H

void panic();
void debug_led(int led, int value);

#endif