qos.h 167 B

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