summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/comm/sercomm.h
diff options
context:
space:
mode:
authorIngo Albrecht <prom@berlin.ccc.de>2010-02-28 20:17:41 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-07 12:03:55 +0100
commit6573353f5ef324ee9e8e3d11370c37f14f718930 (patch)
treec813cc3ad1bbe926cdd99d74c4a0d395633e9e69 /src/target/firmware/include/comm/sercomm.h
parentae4c1c8d45edcf29d7eecceefc41af5389f355f9 (diff)
Skeleton of bootloader.
Diffstat (limited to 'src/target/firmware/include/comm/sercomm.h')
-rw-r--r--src/target/firmware/include/comm/sercomm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/firmware/include/comm/sercomm.h b/src/target/firmware/include/comm/sercomm.h
index 7ef964f4..e9f560e2 100644
--- a/src/target/firmware/include/comm/sercomm.h
+++ b/src/target/firmware/include/comm/sercomm.h
@@ -22,6 +22,7 @@ enum sercomm_dlci {
SC_DLCI_HIGHEST = 0,
SC_DLCI_DEBUG = 4,
SC_DLCI_L1A_L23 = 5,
+ SC_DLCI_LOADER = 9,
SC_DLCI_CONSOLE = 10,
_SC_DLCI_MAX
};