Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
cb4c562d028cea8fb8481460247994e9f216ec24
/
.
/
lib
/
debugfs
/
devc.c
blob: 13c553d3e49378a5c001d3043b683dbc5a874f0b [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2019, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
typedef
struct
dev
dev_t
;
extern
dev_t
rootdevtab
;
dev_t
*
const
devtab
[]
=
{
&
rootdevtab
,
0
};
void
devlink
(
void
)
{
}