repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
printf: Remove unused 'bprintf'
[drm/drm-misc.git]
/
include
/
linux
/
dma
/
qcom_adm.h
blob
af20df674f0ce42fd90dcf7922b2744b14ecbdcb
1
// SPDX-License-Identifier: GPL-2.0-only
2
#ifndef __LINUX_DMA_QCOM_ADM_H
3
#define __LINUX_DMA_QCOM_ADM_H
4
5
#include <linux/types.h>
6
7
struct
qcom_adm_peripheral_config
{
8
u32 crci
;
9
u32 mux
;
10
};
11
12
#endif
/* __LINUX_DMA_QCOM_ADM_H */