source:
Deliverables/D2.2/8051/src/common/hdwRegister.mli
@
640
Last change on this file since 640 was 486, checked in by , 10 years ago | |
---|---|
File size: 101 bytes |
Line | |
---|---|
1 | |
2 | (** Hardware registers. *) |
3 | |
4 | type t |
5 | |
6 | val eq : t -> t -> bool |
7 | |
8 | module Set : Set.S |
9 | |
10 | module Map : Map.S |
Note: See TracBrowser
for help on using the repository browser.