• Lucas Russo's avatar
    sm_io/protocols/*: restrict ops pointer access to inner class · 5127b1d7
    Lucas Russo authored
    In this way, the only option to get the operations
    table for a particular "protocol" is to instantiate
    the appropriate class and use the *_get_ops ()
    function.
    
    With this, we can be safe that the user will always
    pass the pointer ops that is inside the "protocol"
    structure (along with its options).
    5127b1d7
sm_pr_i2c.c 25.8 KB