blob: 6d5313245b5587230447b1d6a64363974c680473 [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Next MinVersion: 1
module arc.mojom;
// Next method ID: 1
interface MemoryInstance {
// Drops the guest kernel's page caches. Returns true on success.
DropCaches@0() => (bool result);
};