diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-08-08 18:03:51 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2014-08-09 14:49:35 +0200 |
commit | 03a42f6c6afc69919544c6dbe0fce49637ec17df (patch) | |
tree | f47a227f97e67e0ce61d00b6cea427aa0c59de95 /orscmd/orscmd.h | |
parent | Set font based on resolution if not set already (diff) | |
download | android_bootable_recovery-03a42f6c6afc69919544c6dbe0fce49637ec17df.tar android_bootable_recovery-03a42f6c6afc69919544c6dbe0fce49637ec17df.tar.gz android_bootable_recovery-03a42f6c6afc69919544c6dbe0fce49637ec17df.tar.bz2 android_bootable_recovery-03a42f6c6afc69919544c6dbe0fce49637ec17df.tar.lz android_bootable_recovery-03a42f6c6afc69919544c6dbe0fce49637ec17df.tar.xz android_bootable_recovery-03a42f6c6afc69919544c6dbe0fce49637ec17df.tar.zst android_bootable_recovery-03a42f6c6afc69919544c6dbe0fce49637ec17df.zip |
Diffstat (limited to 'orscmd/orscmd.h')
-rw-r--r-- | orscmd/orscmd.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/orscmd/orscmd.h b/orscmd/orscmd.h new file mode 100644 index 000000000..f186add82 --- /dev/null +++ b/orscmd/orscmd.h @@ -0,0 +1,22 @@ +/* + TWRP is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + TWRP 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. + + You should have received a copy of the GNU General Public License + along with TWRP. If not, see <http://www.gnu.org/licenses/>. +*/ + +#ifndef __ORSCMD_H +#define __ORSCMD_H + +#define ORS_INPUT_FILE "/sbin/orsin" +#define ORS_OUTPUT_FILE "/sbin/orsout" + +#endif //__ORSCMD_H |