mirror of
https://github.com/openharmony/third_party_libnl.git
synced 2026-07-24 23:06:30 -04:00
dae51a5a05
- Bug: #43 - Test: calculate the SHA256 checksum for the libnl upstream tarball and compare it with the upstream SHA256 value Signed-off-by: Jinguang Dong <dongjinguang@huawei.com>
17 lines
366 B
C
17 lines
366 B
C
/* SPDX-License-Identifier: LGPL-2.1-only */
|
|
/*
|
|
* Copyright (c) 2013 Thomas Graf <tgraf@suug.ch>
|
|
*/
|
|
|
|
#ifndef NETLINK_DUMMY_CACHE_API_H_
|
|
#define NETLINK_DUMMY_CACHE_API_H_
|
|
|
|
#include <netlink/netlink.h>
|
|
#include <netlink/cache.h>
|
|
|
|
#ifndef _NL_NO_WARN_DEPRECATED_HEADER
|
|
#warning "You are including a deprecated header file, include <netlink/cache.h>."
|
|
#endif
|
|
|
|
#endif
|