1a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross/*
2a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross * Copyright (C) 2010 The Android Open Source Project
3a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross *
4a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross * Licensed under the Apache License, Version 2.0 (the "License");
5a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross * you may not use this file except in compliance with the License.
6a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross * You may obtain a copy of the License at
7a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross *
8a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross *      http://www.apache.org/licenses/LICENSE-2.0
9a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross *
10a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross * Unless required by applicable law or agreed to in writing, software
11a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross * distributed under the License is distributed on an "AS IS" BASIS,
12a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross * See the License for the specific language governing permissions and
14a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross * limitations under the License.
15a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross */
16a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross
17a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross#ifndef _INIT_KEYCHORDS_H_
18a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross#define _INIT_KEYCHORDS_H_
19a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross
2081f5d3ebef2c3789737bf718fc2a2cdd7b9e8b33Tom Cherry#include "service.h"
21a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross
2281f5d3ebef2c3789737bf718fc2a2cdd7b9e8b33Tom Cherrynamespace android {
2381f5d3ebef2c3789737bf718fc2a2cdd7b9e8b33Tom Cherrynamespace init {
2481f5d3ebef2c3789737bf718fc2a2cdd7b9e8b33Tom Cherry
2581f5d3ebef2c3789737bf718fc2a2cdd7b9e8b33Tom Cherryvoid add_service_keycodes(Service* svc);
26929f4070767d1e4806c058849178afa13d9ded1eElliott Hughesvoid keychord_init();
27a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross
2881f5d3ebef2c3789737bf718fc2a2cdd7b9e8b33Tom Cherry}  // namespace init
2981f5d3ebef2c3789737bf718fc2a2cdd7b9e8b33Tom Cherry}  // namespace android
3081f5d3ebef2c3789737bf718fc2a2cdd7b9e8b33Tom Cherry
31a866695ebe3a396a0ec411c0f99e0921c74c0fd2Colin Cross#endif
32