Ignore:
Timestamp:
2006-10-03T22:49:10Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e2cc9a0
Parents:
0b414b5
Message:

Rename INO to INR, for the sake of consistency with manuals.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/drivers/fhc.h

    r0b414b5 r233af8c5  
    4646
    4747extern fhc_t *fhc_init(ofw_tree_node_t *node);
    48 extern void fhc_enable_interrupt(fhc_t *fhc, int ino);
    49 extern void fhc_clear_interrupt(fhc_t *fhc, int ino);
     48extern void fhc_enable_interrupt(fhc_t *fhc, int inr);
     49extern void fhc_clear_interrupt(fhc_t *fhc, int inr);
    5050
    5151#endif
Note: See TracChangeset for help on using the changeset viewer.