blob: 9a56d294186cd47685ff1cf40c80633e546249b4 [file] [log] [blame]
#ifndef AOS_IPC_LIB_SHM_BASE_H_
#define AOS_IPC_LIB_SHM_BASE_H_
#include <string_view>
#include "absl/flags/declare.h"
ABSL_DECLARE_FLAG(std::string, shm_base);
namespace aos::testing {
void SetShmBase(const std::string_view base);
}
#endif // AOS_IPC_LIB_SHM_BASE_H_