Add mozc double sided version.

Change-Id: I3c50b5c3435c3c01c79bfc14c5d605701a423356
Co-authored-by: Takashi Toyoshima <toyoshim@google.com>
Co-authored-by: Shun Ikejima <ikejima@google.com>
Reviewed-by: Eliot Courtney <edcourtney@google.com>
This commit is contained in:
Takashi Toyoshima
2024-09-19 16:07:44 +09:00
parent f803ba8751
commit 65db5df370
115 changed files with 233230 additions and 26 deletions

View File

@@ -0,0 +1,15 @@
// Copyright 2024 Google Inc.
// Use of this source code is governed by an Apache License that can be found in
// the LICENSE file.
#ifndef I2C_H_
#define I2C_H_
#include <stdbool.h>
void i2c_init(void);
bool i2c_is_host(void);
void i2c_activate_host(void);
void i2c_maybe_listen(void);
#endif // I2C_H_