atkbdc.h (bf21cd93) atkbdc.h (4c87aefe)
1/*-
2 * Copyright (c) 2015 Tycho Nightingale <tycho.nightingale@pluribusnetworks.com>
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 * 1. Redistributions of source code must retain the above copyright

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

28
29#ifndef _ATKBDC_H_
30#define _ATKBDC_H_
31
32struct atkbdc_softc;
33struct vmctx;
34
35void atkbdc_init(struct vmctx *ctx);
1/*-
2 * Copyright (c) 2015 Tycho Nightingale <tycho.nightingale@pluribusnetworks.com>
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 * 1. Redistributions of source code must retain the above copyright

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

28
29#ifndef _ATKBDC_H_
30#define _ATKBDC_H_
31
32struct atkbdc_softc;
33struct vmctx;
34
35void atkbdc_init(struct vmctx *ctx);
36void atkbdc_event(struct atkbdc_softc *sc);
36void atkbdc_event(struct atkbdc_softc *sc, int iskbd);
37
38#endif /* _ATKBDC_H_ */
37
38#endif /* _ATKBDC_H_ */