blob: 46f34405996127608cca4725a931c0ff3bbe27da [file] [log] [blame]
Jorge Ramirez-Ortiz47503d22018-09-23 09:36:52 +02001/*
2 * Copyright (c) 2018, Renesas Electronics Corporation. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef QOS_INIT_H3N_V30_H
8#define QOS_INIT_H3N_V30_H
Jorge Ramirez-Ortiz47503d22018-09-23 09:36:52 +02009
10void qos_init_h3n_v30(void);
11
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000012#endif /* QOS_INIT_H3N_V30_H */