Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract all VR4300 interfaces to interface.h #110

Closed
wants to merge 2 commits into from

Conversation

pavelkryukov
Copy link
Contributor

In this patch we encapsulate VR4300 internals from other devices, and now they have to include only vr4300/interface.h header. It makes possible to use alternative models of VR4300 if they implement the same interfaces. But there is a drawback: we allocate vr4300 structure on heap now.

@pavelkryukov
Copy link
Contributor Author

pavelkryukov commented Feb 28, 2019

Could anyone please review that?

Copy link
Collaborator

@tj90241 tj90241 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks.

@tj90241
Copy link
Collaborator

tj90241 commented May 26, 2019

It does have a merge conflict with an earlier commit though...

@pavelkryukov
Copy link
Contributor Author

Merged via web interface. Please let me check the code still works...

@pavelkryukov
Copy link
Contributor Author

Reopened as #125 - new interfaces for profiling were required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants