uart.h (50d3286d9dbd7bec7aef9c7ac76eaa690a760bec) uart.h (5c263f43ef6296996bddf92c2ec0b5ea9ea0d3e1)
1/*-
2 * Copyright (c) 2003 Marcel Moolenaar
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *

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

70extern struct uart_class uart_s3c2410_class __attribute__((weak));
71extern struct uart_class uart_sab82532_class __attribute__((weak));
72extern struct uart_class uart_sbbc_class __attribute__((weak));
73extern struct uart_class uart_z8530_class __attribute__((weak));
74extern struct uart_class uart_lpc_class __attribute__((weak));
75extern struct uart_class uart_pl011_class __attribute__((weak));
76extern struct uart_class uart_cdnc_class __attribute__((weak));
77extern struct uart_class uart_ti8250_class __attribute__((weak));
1/*-
2 * Copyright (c) 2003 Marcel Moolenaar
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *

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

70extern struct uart_class uart_s3c2410_class __attribute__((weak));
71extern struct uart_class uart_sab82532_class __attribute__((weak));
72extern struct uart_class uart_sbbc_class __attribute__((weak));
73extern struct uart_class uart_z8530_class __attribute__((weak));
74extern struct uart_class uart_lpc_class __attribute__((weak));
75extern struct uart_class uart_pl011_class __attribute__((weak));
76extern struct uart_class uart_cdnc_class __attribute__((weak));
77extern struct uart_class uart_ti8250_class __attribute__((weak));
78extern struct uart_class uart_vybrid_class __attribute__((weak));
78
79#ifdef FDT
80struct ofw_compat_data;
81extern const struct ofw_compat_data *uart_fdt_compat_data;
82#endif
83
84#ifdef PC98
85struct uart_class *uart_pc98_getdev(u_long port);

--- 22 unchanged lines hidden ---
79
80#ifdef FDT
81struct ofw_compat_data;
82extern const struct ofw_compat_data *uart_fdt_compat_data;
83#endif
84
85#ifdef PC98
86struct uart_class *uart_pc98_getdev(u_long port);

--- 22 unchanged lines hidden ---