// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef IPCZ_SRC_IPCZ_DRIVER_MEMORY_MAPPING_H_ #define IPCZ_SRC_IPCZ_DRIVER_MEMORY_MAPPING_H_ #include "ipcz/ipcz.h" #include "third_party/abseil-cpp/absl/types/span.h" namespace ipcz { // Scoped wrapper around a driver-controlled shared memory region mapping. class DriverMemoryMapping { … }; } // namespace ipcz #endif // IPCZ_SRC_IPCZ_DRIVER_MEMORY_MAPPING_H_