pci_lpc.h (4c87aefe8930bd07275b8dd2e96ea5f24d93a52e) pci_lpc.h (4f3f3e9a1dee62c031fa67cfe64e11d6dd3fab1b)
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 2013 Neel Natu <neel@freebsd.org>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 54 unchanged lines hidden (view full) ---

63 (length) \
64 }; \
65 DATA_SET(lpc_sysres_set, __CONCAT(__lpc_sysres, __LINE__))
66
67#define SYSRES_IO(base, length) LPC_SYSRES(LPC_SYSRES_IO, base, length)
68#define SYSRES_MEM(base, length) LPC_SYSRES(LPC_SYSRES_MEM, base, length)
69
70int lpc_device_parse(const char *opt);
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 2013 Neel Natu <neel@freebsd.org>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 54 unchanged lines hidden (view full) ---

63 (length) \
64 }; \
65 DATA_SET(lpc_sysres_set, __CONCAT(__lpc_sysres, __LINE__))
66
67#define SYSRES_IO(base, length) LPC_SYSRES(LPC_SYSRES_IO, base, length)
68#define SYSRES_MEM(base, length) LPC_SYSRES(LPC_SYSRES_MEM, base, length)
69
70int lpc_device_parse(const char *opt);
71void lpc_print_supported_devices();
71void lpc_print_supported_devices(void);
72char *lpc_pirq_name(int pin);
73void lpc_pirq_routed(void);
74const char *lpc_bootrom(void);
75
76#endif
72char *lpc_pirq_name(int pin);
73void lpc_pirq_routed(void);
74const char *lpc_bootrom(void);
75
76#endif