diff options
Diffstat (limited to 'include/gen.h')
-rw-r--r-- | include/gen.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/include/gen.h b/include/gen.h index 49e6f4a..8013df6 100644 --- a/include/gen.h +++ b/include/gen.h @@ -2,7 +2,7 @@ * This file is part of libsamsung-ipc. * * Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com> - * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr> + * Copyright (C) 2011-2014 Paul Kocialkowski <contact@paulk.fr> * * libsamsung-ipc is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -30,6 +30,12 @@ #define IPC_GEN_PHONE_RES 0x8001 /* + * Values + */ + +#define IPC_GEN_PHONE_RES_CODE_SUCCESS 0x8000 + +/* * Structures */ @@ -44,7 +50,7 @@ struct ipc_gen_phone_res_data { * Helpers */ -int ipc_gen_phone_res_check(struct ipc_gen_phone_res_data *res); +int ipc_gen_phone_res_check(const struct ipc_gen_phone_res_data *data); #endif |