diff --git a/userspace/include/unit/unit.h b/userspace/include/unit/unit.h index 02649f5bd..435fab18d 100644 --- a/userspace/include/unit/unit.h +++ b/userspace/include/unit/unit.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -146,6 +146,9 @@ struct unit_module { .name = #__name, \ .fn = __fn, \ .args = __args, \ + .jama.requirement = "", \ + .jama.unique_id = "", \ + .jama.verification_criteria = "", \ } /*