summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/modem/llc.h
blob: 5fe5d49fc164e17b3c0b15d33568a8a7de807791 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <stdbool.h>

struct osmocom_ms;

int modem_llc_init(struct osmocom_ms *ms, const char *cipher_plugin_path);