Changeset b9cc81c6 in mainline for uspace/drv/char/pc-lpt/pc-lpt.h


Ignore:
Timestamp:
2025-03-06T17:35:07Z (3 days ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
797ab95
Parents:
870841cf
Message:

Implement quiesce in NS8250 and PC-LPT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/pc-lpt/pc-lpt.h

    r870841cf rb9cc81c6  
    11/*
    2  * Copyright (c) 2018 Jiri Svoboda
     2 * Copyright (c) 2025 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    7474extern errno_t pc_lpt_remove(pc_lpt_t *);
    7575extern errno_t pc_lpt_gone(pc_lpt_t *);
     76extern void pc_lpt_quiesce(pc_lpt_t *);
    7677
    7778#endif
Note: See TracChangeset for help on using the changeset viewer.