.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /****************************************************************************** |
---|
2 | 3 | * |
---|
3 | 4 | * (C)Copyright 1998,1999 SysKonnect, |
---|
4 | 5 | * a business unit of Schneider & Koch & Co. Datensysteme GmbH. |
---|
5 | 6 | * |
---|
6 | 7 | * See the file "skfddi.c" for further information. |
---|
7 | | - * |
---|
8 | | - * This program is free software; you can redistribute it and/or modify |
---|
9 | | - * it under the terms of the GNU General Public License as published by |
---|
10 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
11 | | - * (at your option) any later version. |
---|
12 | 8 | * |
---|
13 | 9 | * The information in this file is provided "AS IS" without warranty. |
---|
14 | 10 | * |
---|
.. | .. |
---|
30 | 26 | * |
---|
31 | 27 | * The following external HW dependent functions are referenced : |
---|
32 | 28 | * sm_pm_bypass_req() |
---|
33 | | - * sm_pm_ls_latch() |
---|
34 | 29 | * sm_pm_get_ls() |
---|
35 | 30 | * |
---|
36 | 31 | * The following HW dependent events are required : |
---|
.. | .. |
---|
356 | 351 | */ |
---|
357 | 352 | start_ecm_timer(smc,smc->s.ecm_check_poll,0) ; |
---|
358 | 353 | smc->e.ecm_line_state = TRUE ; /* flag to pcm: report Q/HLS */ |
---|
359 | | - (void) sm_pm_ls_latch(smc,PA,1) ; /* enable line state latch */ |
---|
360 | | - (void) sm_pm_ls_latch(smc,PB,1) ; /* enable line state latch */ |
---|
361 | 354 | ACTIONS_DONE() ; |
---|
362 | 355 | break ; |
---|
363 | 356 | case EC6_CHECK : |
---|