blob: 244a68893a086a1ca734777cb2b71c68e6be2a58 [file] [log] [blame]
/*
* Copyright (c) 2019 Gerson Fernando Budke
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <init.h>
static int sam4e_xpro_init(struct device *dev)
{
ARG_UNUSED(dev);
return 0;
}
SYS_INIT(sam4e_xpro_init, PRE_KERNEL_1, 0);