Packages

ASiC Document Container ISO 21320-1

Current section

Files

Jump to
asic include asic.hrl
Raw

include/asic.hrl

-ifndef(ASIC_ID).
-define(ASIC_ID, true).
-record(asic, {id = [] :: list() | binary()
}).
-endif.