diff options
Diffstat (limited to 'include/net/caif/cfctrl.h')
| -rw-r--r-- | include/net/caif/cfctrl.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/include/net/caif/cfctrl.h b/include/net/caif/cfctrl.h index e54f6396fa4c..d84416fa175a 100644 --- a/include/net/caif/cfctrl.h +++ b/include/net/caif/cfctrl.h | |||
| @@ -121,19 +121,9 @@ int cfctrl_linkup_request(struct cflayer *cfctrl, | |||
| 121 | struct cflayer *user_layer); | 121 | struct cflayer *user_layer); |
| 122 | int cfctrl_linkdown_req(struct cflayer *cfctrl, u8 linkid, | 122 | int cfctrl_linkdown_req(struct cflayer *cfctrl, u8 linkid, |
| 123 | struct cflayer *client); | 123 | struct cflayer *client); |
| 124 | void cfctrl_sleep_req(struct cflayer *cfctrl); | 124 | |
| 125 | void cfctrl_wake_req(struct cflayer *cfctrl); | ||
| 126 | void cfctrl_getstartreason_req(struct cflayer *cfctrl); | ||
| 127 | struct cflayer *cfctrl_create(void); | 125 | struct cflayer *cfctrl_create(void); |
| 128 | void cfctrl_set_dnlayer(struct cflayer *this, struct cflayer *dn); | ||
| 129 | void cfctrl_set_uplayer(struct cflayer *this, struct cflayer *up); | ||
| 130 | struct cfctrl_rsp *cfctrl_get_respfuncs(struct cflayer *layer); | 126 | struct cfctrl_rsp *cfctrl_get_respfuncs(struct cflayer *layer); |
| 131 | bool cfctrl_req_eq(struct cfctrl_request_info *r1, | ||
| 132 | struct cfctrl_request_info *r2); | ||
| 133 | void cfctrl_insert_req(struct cfctrl *ctrl, | ||
| 134 | struct cfctrl_request_info *req); | ||
| 135 | struct cfctrl_request_info *cfctrl_remove_req(struct cfctrl *ctrl, | ||
| 136 | struct cfctrl_request_info *req); | ||
| 137 | void cfctrl_cancel_req(struct cflayer *layr, struct cflayer *adap_layer); | 127 | void cfctrl_cancel_req(struct cflayer *layr, struct cflayer *adap_layer); |
| 138 | 128 | ||
| 139 | #endif /* CFCTRL_H_ */ | 129 | #endif /* CFCTRL_H_ */ |
