summaryrefslogtreecommitdiffstats
path: root/testsuites/include/net-legacy-config.h
blob: e4e55795263d526326a23b66b1478a8e47b4ae4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (c) 2023 Chris Johns.  All rights reserved.
 *
 * The license and distribution terms for this file may be
 * found in the file LICENSE in this distribution or at
 * http://www.rtems.org/license/LICENSE.
 */

#ifndef _NET_LEGACY_CONFIG_H
#define _NET_LEGACY_CONFIG_H

#include <stdbool.h>

struct rtems_bsdnet_config;

bool rtems_net_legacy_config(struct rtems_bsdnet_config* bsd);

#endif