blob: 53bb543b2c3c79af7376d933014d50381fea4bd6 [file] [log] [blame]
/* Copyright 2020 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef PLATFORM_ASURADA_H
#define PLATFORM_ASURADA_H
#include "mosys/platform.h"
/* platform callbacks */
extern struct memory_cb asurada_memory_cb;
extern struct sys_cb asurada_sys_cb;
#endif /* PLATFORM_ASURADA_H */