blob: 511ccb8a86306d77882c421b126bdd3543df64e2 [file] [log] [blame]
// Copyright 2024 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.amlogic.platform.sysmem.heap;
enum HEAP_TYPE {
// Heap used for amlogic protected memory.
SECURE,
// Heap used for amlogic protected memory between decrypt and video decode.
SECURE_VDEC,
};