blob: 695b7aeeb329245850f860dce2c19b7aabd513c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include "micro-support-card.h"
int misc_init_f(void)
{
return check_support_card();
}
|