blob: 17b11525cdb21a9415e3191ec2969926ddf7d3b6 [file] [log] [blame] [edit]
// Copyright 2023 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "shill/net/mock_netlink_socket.h"
#include "shill/net/byte_string.h"
namespace shill {
MockNetlinkSocket::MockNetlinkSocket() = default;
MockNetlinkSocket::~MockNetlinkSocket() = default;
} // namespace shill