summaryrefslogtreecommitdiff
path: root/include/linux/blockconsole.h
blob: 114f7c50d33362afc1c729a402fbc32af456eed7 (plain)
1
2
3
4
5
6
7
#ifndef LINUX_BLOCKCONSOLE_H
#define LINUX_BLOCKCONSOLE_H

int bcon_magic_present(const void *data);
void bcon_add(const char *name);

#endif