diff options
author | Iliyan Malchev <malchev@google.com> | 2010-02-09 09:25:57 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-02-09 09:25:57 -0800 |
commit | 58060c50bc4228a7d0253338cae0437211759959 (patch) | |
tree | c09d3f125218b6fad0f6b43d7b148e83bcab0a81 | |
parent | 1db874720a58ff7e3684116d59ad08bc73db26d9 (diff) | |
parent | ee424e23c10c051ee4760177c85f6003ff20108c (diff) | |
download | bionic-58060c50bc4228a7d0253338cae0437211759959.zip bionic-58060c50bc4228a7d0253338cae0437211759959.tar.gz bionic-58060c50bc4228a7d0253338cae0437211759959.tar.bz2 |
am ee424e23: bionic: update processed kernel header a1026.h
Merge commit 'ee424e23c10c051ee4760177c85f6003ff20108c' into eclair-plus-aosp
* commit 'ee424e23c10c051ee4760177c85f6003ff20108c':
bionic: update processed kernel header a1026.h
-rw-r--r-- | libc/kernel/common/linux/a1026.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/kernel/common/linux/a1026.h b/libc/kernel/common/linux/a1026.h index cd6b6a6..2bf6190 100644 --- a/libc/kernel/common/linux/a1026.h +++ b/libc/kernel/common/linux/a1026.h @@ -38,7 +38,8 @@ enum A1026_PathID { A1026_PATH_RECORD_HEADSET, A1026_PATH_RECORD_SPEAKER, A1026_PATH_RECORD_BT, - A1026_PATH_CAMCORDER + A1026_PATH_CAMCORDER, + A1026_PATH_INCALL_TTY }; enum A1026_NS_states { |