brintos

brintos / linux-shallow public Read only

0
0
Text · 227 B · 4f9c419 Raw
12 lines · c
1/* SPDX-License-Identifier: GPL-2.0-or-later */2/*3 * Copyright (C) 2011 Freescale Semiconductor, Inc. All Rights Reserved.4 */5 6#ifndef _MXS_PCM_H7#define _MXS_PCM_H8 9int mxs_pcm_platform_register(struct device *dev);10 11#endif12