cfserl.h 296 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) ST-Ericsson AB 2010
  4. * Author: Sjur Brendeland
  5. */
  6. #ifndef CFSERL_H_
  7. #define CFSERL_H_
  8. #include <net/caif/caif_layer.h>
  9. struct cflayer *cfserl_create(int instance, bool use_stx);
  10. void cfserl_release(struct cflayer *layer);
  11. #endif