summaryrefslogtreecommitdiff
path: root/include/log.h
blob: 2b359228b4aaa0b26ec042398892d14ce2f88401 (plain)
1
2
3
4
5
6
#pragma once

#define RINGBUF_SIZE 64 * 1024

void vprintk(const char *message, __builtin_va_list args);
void printk(const char *message, ...);