blob: 5140b0c4383cdc762da53309a6ccf22b435e91e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* Copyright (C) 2015 Panasonic Corporation
* Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <mach/micro-support-card.h>
int misc_init_f(void)
{
return check_support_card();
}
|