qos.h 167 B

123456789101112
  1. /*
  2. * Copyright (C) 2014 Renesas Electronics Corporation
  3. *
  4. * SPDX-License-Identifier: GPL-2.0
  5. */
  6. #ifndef __QOS_H__
  7. #define __QOS_H__
  8. void qos_init(void);
  9. #endif