vfs: check userland buffers before reading them.
[haiku.git] / headers / private / kernel / platform / u-boot / fdt_serial.h
blob18d6f98d63ebfbfd77cae79086496e05c4b021fa
1 /*
2 * Copyright 2012-2015, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
5 * Authors
6 * Alexander von Gluck IV, kallisti5@unixzen.com
7 */
8 #ifndef __FDT_SERIAL_H
9 #define __FDT_SERIAL_H
12 #include <KernelExport.h>
13 #include <arch/generic/debug_uart.h>
16 DebugUART * debug_uart_from_fdt(const void *fdt);
19 #endif /*__FDT_SERIAL_H*/