blob: 0c57b449f9c28e0e5725c41e309c52dc5a04b3dd [file] [log] [blame]
/* Copyright (C) 2017 The Android Open Source Project
**
** This software is licensed under the terms of the GNU General Public
** License version 2, as published by the Free Software Foundation, and
** may be copied, distributed, and modified under those terms.
**
** This program is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
*/
#pragma once
#include "android/utils/compiler.h"
ANDROID_BEGIN_HEADER
// Send a message to Chrome OS guest.
extern void cros_send_message(const char* message);
// Init cros pipe. Return 0 on success, -1 on failure.
extern int cros_pipe_init();
ANDROID_END_HEADER