summaryrefslogtreecommitdiff
path: root/iosched.h
blob: 19ff1ff9d859eaecb6683d6a773e4802e906b4bf (plain)
1
2
3
4
5
6
7
8
#ifndef IOSCHED_H
#define IOSCHED_H

extern void ioprio_print(void);
extern void set_ioprio_rt(void);
extern void set_ioprio_be(void);

#endif /* IOSCHED_H */
>
authorBjorn Andersson <bjorn.andersson@sonymobile.com>2016-02-17 22:39:06 -0800
committerAndy Gross <andy.gross@linaro.org>2016-03-30 17:21:12 -0500
commit028021d29ea069390e1f60c6aa5b3511d218454b (patch)
treef110524d269f059264b93a64b9f7223727a61461
parentd5933855c0eb0a4103cf5db784cfdd4d7a85cd56 (diff)
soc: qcom: smd: Support opening additional channels
With the qcom_smd_open_channel() API we allow SMD devices to open additional SMD channels, to allow implementation of multi-channel SMD devices - like Bluetooth. Channels are opened from the same edge as the calling SMD device is tied to. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat