15 lines
275 B
C
15 lines
275 B
C
/* $Id$ */
|
|
/* Copyright (c) 2018 Pierre Pronchery <khorben@defora.org> */
|
|
/* This file is part of DeforaOS uKernel */
|
|
|
|
|
|
|
|
#ifndef UKERNEL_KERNEL_PLATFORM_H
|
|
# define UKERNEL_KERNEL_PLATFORM_H
|
|
|
|
|
|
/* constants */
|
|
void platform_init(void);
|
|
|
|
#endif /* !UKERNEL_KERNEL_PLATFORM_H */
|