esp_eth: Reduce internal deps onto netif-glue

This commit is contained in:
David Cermak
2022-05-27 09:06:42 +02:00
committed by David Čermák
parent 5e19b9c951
commit 343cf2696e
22 changed files with 39 additions and 50 deletions
+6 -14
View File
@@ -1,20 +1,12 @@
// Copyright 2019 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
/*
* SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <string.h>
#include <stdlib.h>
#include "esp_log.h"
#include "esp_eth.h"
#include "esp_eth_driver.h"
#include "eth_phy_regs_struct.h"
static const char *TAG = "esp_eth.phy";