blob: f91d34f16e0d8ff7d8a1f03b9ff8ffc043f20365 [file] [log] [blame]
// Copyright 2017 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.
#include <magenta/syscalls.h>
#include "private.h"
uint64_t _mx_system_get_physmem(void) {
return DATA_CONSTANTS.physmem;
}
VDSO_INTERFACE_FUNCTION(mx_system_get_physmem);