mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 23:46:41 +07:00
475be4d85a
isdn source code uses a not-current coding style. Update the coding style used on a per-line basis so that git diff -w shows only elided blank lines at EOF. Done with emacs and some scripts and some typing. Built x86 allyesconfig. No detected change in objdump -d or size. Signed-off-by: Joe Perches <joe@perches.com>
9 lines
186 B
C
9 lines
186 B
C
/* $Id: os_bri.h,v 1.1.2.2 2001/02/08 12:25:44 armin Exp $ */
|
|
|
|
#ifndef __DIVA_OS_BRI_REV_1_H__
|
|
#define __DIVA_OS_BRI_REV_1_H__
|
|
|
|
int diva_bri_init_card(diva_os_xdi_adapter_t *a);
|
|
|
|
#endif
|